From: Koen Kooi Date: Mon, 5 Mar 2012 07:38:32 +0000 (+0100) Subject: libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge X-Git-Tag: 2015-4~11536 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=906641853e8ac6fd296dfb91f8bb647c7da8e23e;p=openembedded-core.git libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 9057edc746..a1e4386feb 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc @@ -8,6 +8,8 @@ require xorg-lib-common.inc inherit siteinfo +PE = "1" + PROVIDES = "virtual/libx11" XORG_PN = "libX11" diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb index 0428ff5f99..1ad8046144 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb @@ -1,7 +1,7 @@ require libx11.inc inherit gettext -PR = "r2" +PR = "r3" BBCLASSEXTEND = "native nativesdk"