diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-03-14 13:15:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 23:34:10 +0000 |
commit | be92256917c157284ef8370bb93bbf443849b2e1 (patch) | |
tree | d043a2dccfb0ce95756174b321be656ed2025f44 /meta/recipes-core/readline | |
parent | a897c05ae5c70d81f4d88e7186f9bb9a721ee343 (diff) | |
download | openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.tar.gz openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.tar.bz2 openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.zip |
PR bump for all recipes that DEPEND on ncurses
The packaging changes to ncurses could break package feeds,
so bump the PR on everythong that DEPENDS on ncurses.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/readline')
-rw-r--r-- | meta/recipes-core/readline/readline_5.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_6.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index d838e645b5..bf64853484 100644 --- a/meta/recipes-core/readline/readline_5.2.bb +++ b/meta/recipes-core/readline/readline_5.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=03b36fdd84f74b8d8189a202b980b67f" DEPENDS += "ncurses" -PR = "r6" +PR = "r7" SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz \ file://configure-fix.patch \ diff --git a/meta/recipes-core/readline/readline_6.2.bb b/meta/recipes-core/readline/readline_6.2.bb index e6f330d0d1..fda01a40c5 100644 --- a/meta/recipes-core/readline/readline_6.2.bb +++ b/meta/recipes-core/readline/readline_6.2.bb @@ -1,6 +1,6 @@ require readline.inc -PR = "r1" +PR = "r2" SRC_URI[md5sum] = "67948acb2ca081f23359d0256e9a271c" SRC_URI[sha256sum] = "79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381" |