]> code.ossystems Code Review - openembedded-core.git/commitdiff
This documents that PE defaults to 0 not 1 as previously written
authorRobert Bragg <bob@openedhand.com>
Tue, 14 Oct 2008 15:24:12 +0000 (15:24 +0000)
committerRobert Bragg <bob@openedhand.com>
Tue, 14 Oct 2008 15:24:12 +0000 (15:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507 311d38ba-8fff-0310-9ca6-ca027cbcb966

handbook/extendpoky.xml
handbook/ref-variables.xml

index c7e3033693db34f79936744cc7800f7a6f7a16bf..cc0dc1fd25f83aa25fb362bccb31a75145c705e7 100644 (file)
@@ -167,7 +167,6 @@ require xorg-lib-common.inc
 DESCRIPTION = "X11 Pixmap library"
 LICENSE = "X-BSD"
 DEPENDS += "libxext"
-PE = "1"
 
 XORG_PN = "libXpm"
 
index 5d821a2108791985f9ab404664c5b7365209ef23..f95bb9002761ba675cd2e398d1d2a4a9059439d3 100644 (file)
         <glossentry id='var-PE'><glossterm>PE</glossterm>
             <glossdef>
                 <para>
-                    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.
                 </para>