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/util-linux | |
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/util-linux')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.21.bb b/meta/recipes-core/util-linux/util-linux_2.21.bb index bcf92e0fe9..d899dd3b1b 100644 --- a/meta/recipes-core/util-linux/util-linux_2.21.bb +++ b/meta/recipes-core/util-linux/util-linux_2.21.bb @@ -1,5 +1,5 @@ MAJOR_VERSION = "2.21" -PR = "r3" +PR = "r4" require util-linux.inc # note that `lscpu' is under GPLv3+ |