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/uclibc | |
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/uclibc')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 78010db25f..893d8fdfe6 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -13,7 +13,7 @@ SECTION = "libs" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" -INC_PR = "r5" +INC_PR = "r6" require uclibc-config.inc STAGINGCC = "gcc-cross-intermediate" |