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 | |
| 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>
| -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 | |||
| 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" |
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 @@ | |||
| 1 | require libx11.inc | 1 | require libx11.inc |
| 2 | inherit gettext | 2 | inherit gettext |
| 3 | 3 | ||
| 4 | PR = "r2" | 4 | PR = "r3" |
| 5 | 5 | ||
| 6 | BBCLASSEXTEND = "native nativesdk" | 6 | BBCLASSEXTEND = "native nativesdk" |
| 7 | 7 | ||
