]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 5 Mar 2012 07:38:32 +0000 (08:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Mar 2012 17:31:06 +0000 (09:31 -0800)
This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libx11.inc
meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb

index 9057edc746f4eaff9e16699141b12d9cdc5aaf23..a1e4386feb9e3588e3059d8b5eb35b32e6867f51 100644 (file)
@@ -8,6 +8,8 @@ require xorg-lib-common.inc
 
 inherit siteinfo
 
+PE = "1"
+
 PROVIDES = "virtual/libx11"
 
 XORG_PN = "libX11"
index 0428ff5f9999902a53c05877887b20bd0a7bcdd6..1ad80461445871e06109bd949a99e91f65e1744f 100644 (file)
@@ -1,7 +1,7 @@
 require libx11.inc
 inherit gettext
 
-PR = "r2"
+PR = "r3"
 
 BBCLASSEXTEND = "native nativesdk"