diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-05 08:38:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-05 09:31:06 -0800 |
commit | 906641853e8ac6fd296dfb91f8bb647c7da8e23e (patch) | |
tree | 3ad6f1d6550b5479ff859799e480023e499d0ad8 /meta/recipes-graphics | |
parent | 98b95330b66406625c8fef9b58f2ac7983585fcb (diff) | |
download | openembedded-core-906641853e8ac6fd296dfb91f8bb647c7da8e23e.tar.gz openembedded-core-906641853e8ac6fd296dfb91f8bb647c7da8e23e.tar.bz2 openembedded-core-906641853e8ac6fd296dfb91f8bb647c7da8e23e.zip |
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 <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | 2 |
2 files changed, 3 insertions, 1 deletions
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" |