diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-06 08:05:27 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-07 14:37:14 -0800 |
commit | 00c2e80e8cae2db6e2c34b1291c615f7f146b070 (patch) | |
tree | a3ac919fee4c39769c7f6140754d3df0fb321814 | |
parent | bf849b8a6da32cebaa361242162e4fcc4b1cd97f (diff) | |
download | openembedded-core-00c2e80e8cae2db6e2c34b1291c615f7f146b070.tar.gz openembedded-core-00c2e80e8cae2db6e2c34b1291c615f7f146b070.tar.bz2 openembedded-core-00c2e80e8cae2db6e2c34b1291c615f7f146b070.zip |
xorg-apps: Bump PR to accomodate meta-oe recipe deletion
rgb in meta-oe has been removed in favour of
oe-core which requires a PR bump so feeds
keep working
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta/recipes-graphics/xorg-app/xorg-app-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc index 86e5c2368b..890648b356 100644 --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc @@ -5,7 +5,7 @@ SECTION = "x11/apps" LICENSE = "MIT-X" DEPENDS = "util-macros-native virtual/libx11" -INC_PR = "r5" +INC_PR = "r7" SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" |