From c772ed952b157d5698fcd45ce8318746cf49f174 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 14 Oct 2008 15:24:12 +0000 Subject: [PATCH] This documents that PE defaults to 0 not 1 as previously written git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/extendpoky.xml | 1 - handbook/ref-variables.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml index c7e3033693..cc0dc1fd25 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml @@ -167,7 +167,6 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Pixmap library" LICENSE = "X-BSD" DEPENDS += "libxext" -PE = "1" XORG_PN = "libXpm" diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index 5d821a2108..f95bb90027 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml @@ -515,7 +515,7 @@ PE - Epoch of the package. The default value is "1". The field is used + Epoch of the package. The default value is "0". The field is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way.