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-extended/mc | |
parent | a897c05ae5c70d81f4d88e7186f9bb9a721ee343 (diff) | |
download | openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.tar.gz openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.tar.bz2 openembedded-core-be92256917c157284ef8370bb93bbf443849b2e1.tar.xz 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-extended/mc')
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/mc/mc_4.8.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index 59f32ad36..e7ccc77ca 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb @@ -6,7 +6,7 @@ SECTION = "console/utils" DEPENDS = "ncurses glib-2.0" RDEPENDS_${PN} = "ncurses-terminfo" -PR = "r2" +PR = "r3" SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" diff --git a/meta/recipes-extended/mc/mc_4.8.1.bb b/meta/recipes-extended/mc/mc_4.8.1.bb index 78bbc9d10..7bcdcdad7 100644 --- a/meta/recipes-extended/mc/mc_4.8.1.bb +++ b/meta/recipes-extended/mc/mc_4.8.1.bb @@ -6,7 +6,7 @@ SECTION = "console/utils" DEPENDS = "ncurses glib-2.0" RDEPENDS_${PN} = "ncurses-terminfo" -PR = "r2" +PR = "r3" SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" |