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 10:34:37 -0800 |
commit | 082cc604f5eb1a7f6d3c4dda01154cfa93b0d660 (patch) | |
tree | bda333cff0d11c27724507c45ac61c765d313a47 /meta/recipes-graphics/xorg-lib/libx11.inc | |
parent | d0c5202e34d740a91c391fd56cfef71cfd0751a3 (diff) | |
download | poky-082cc604f5eb1a7f6d3c4dda01154cfa93b0d660.tar.gz |
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
(From OE-Core rev: 906641853e8ac6fd296dfb91f8bb647c7da8e23e)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 2 |
1 files changed, 2 insertions, 0 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 | |||
8 | 8 | ||
9 | inherit siteinfo | 9 | inherit siteinfo |
10 | 10 | ||
11 | PE = "1" | ||
12 | |||
11 | PROVIDES = "virtual/libx11" | 13 | PROVIDES = "virtual/libx11" |
12 | 14 | ||
13 | XORG_PN = "libX11" | 15 | XORG_PN = "libX11" |