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/base-files | |
parent | 69a7c9345360b61eda79f818775656fc1aa9932c (diff) | |
download | openembedded-core-5ffb38d6ace7faae839c8cac7327b5b1c2daae1a.tar.gz openembedded-core-5ffb38d6ace7faae839c8cac7327b5b1c2daae1a.tar.bz2 openembedded-core-5ffb38d6ace7faae839c8cac7327b5b1c2daae1a.zip |
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/base-files')
-rw-r--r-- | meta/recipes-core/base-files/base-files_3.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 9699e31625..6d76a2b0db 100644 --- a/meta/recipes-core/base-files/base-files_3.0.14.bb +++ b/meta/recipes-core/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ SUMMARY = "Miscellaneous files for the base system" DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system." SECTION = "base" -PR = "r86" +PR = "r89" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" # Removed all license related tasks in this recipe as license.bbclass |