diff options
author | Mike Looijmans <milo-software@users.sourceforge.net> | 2014-04-20 14:39:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-24 17:54:55 +0100 |
commit | 5ffb38d6ace7faae839c8cac7327b5b1c2daae1a (patch) | |
tree | 5e62e0e9841f33840133e92601b741b4164f846c /meta/recipes-core/busybox | |
parent | 69a7c9345360b61eda79f818775656fc1aa9932c (diff) | |
download | openembedded-core-contrib-5ffb38d6ace7faae839c8cac7327b5b1c2daae1a.tar.gz |
PR bumps to remove PRINC use in meta-openpli
Resolves warnings of this kind in the OpenPLi layer:
WARNING: Use of PRINC * was detected in the recipe *
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.22.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.22.1.bb b/meta/recipes-core/busybox/busybox_1.22.1.bb index 782752c2aa0..46641e19fa3 100644 --- a/meta/recipes-core/busybox/busybox_1.22.1.bb +++ b/meta/recipes-core/busybox/busybox_1.22.1.bb @@ -1,5 +1,7 @@ require busybox.inc +PR = "r32" + SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://get_header_tar.patch \ file://busybox-appletlib-dependency.patch \ |