]> code.ossystems Code Review - openembedded-core.git/commitdiff
PR bumps to remove PRINC use in meta-openpli
authorMike Looijmans <milo-software@users.sourceforge.net>
Sun, 20 Apr 2014 12:39:38 +0000 (14:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Apr 2014 16:54:55 +0000 (17:54 +0100)
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>
meta/recipes-bsp/alsa-state/alsa-state.bb
meta/recipes-connectivity/bluez/bluez4_4.101.bb
meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb
meta/recipes-connectivity/ofono/ofono_1.14.bb
meta/recipes-core/base-files/base-files_3.0.14.bb
meta/recipes-core/busybox/busybox_1.22.1.bb
meta/recipes-core/initscripts/initscripts_1.0.bb
meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
meta/recipes-core/udev/udev_182.bb
meta/recipes-core/util-linux/util-linux_2.24.1.bb

index 5ab1b13a521f26a096306744c1a439fb3c2e5fff..874d6bbe83b21d177cc3c54aeb3102a4c74b4e36 100644 (file)
@@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 PV = "0.2.0"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "\
   file://asound.conf \
index ccd230df8aa5fb8895dfed29076a7223f6a89ed8..28a94ed127ca35f1fe09ce43bd9db608363c2008 100644 (file)
@@ -1,6 +1,6 @@
 require bluez4.inc
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI += "file://bluetooth.conf \
             file://sbc_mmx.patch \
index da371608d211d52056daba6e8c312318a994028d..4f287f40580d4a8966a45e11d2c014cfcae3e99d 100644 (file)
@@ -3,6 +3,7 @@ DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \
 NFS server and related tools."
 HOMEPAGE = "http://nfs.sourceforge.net/"
 SECTION = "console/network"
+PR = "r1"
 
 LICENSE = "MIT & GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
index f107fe645234fe11761f940805aa4d648ed336a3..dea5d8808f906d02d88f63c2a7cf801b39680e32 100644 (file)
@@ -1,5 +1,7 @@
 require ofono.inc
 
+PR = "r1"
+
 SRC_URI  = "\
   ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
   file://ofono \
index 9699e31625efe9ea88e51afec0b7f2efbe39aa80..6d76a2b0db998726616c17af14d45a31c0b77d80 100644 (file)
@@ -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 
index 782752c2aa050777d3e6341849794dfb61d7b1e6..46641e19fa3656ed65f82c5e3e98063bc5f93345 100644 (file)
@@ -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 \
index 62d0eae9f98eb899ed789186d3ca94f8318db925..e8a5b78168c3e23d7ab1b92c0f8a012103e97c42 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Initscripts provide the basic system startup initialization scrip
 SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PR = "r154"
+PR = "r153"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index c06eac44cfdc7eec0172282dc736a195cfa423af..34e0a5493b558b024970c0fcfa2e3dcd93f88c22 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "base"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4"
-PR = "r11"
+PR = "r13"
 
 RDEPENDS_${PN} = "${PN}-inittab"
 
index d66292ed7a095579ee0f1a71e230d21ad741d2e3..a90c2890c0977118a7a342499d987e28df8b8b5a 100644 (file)
@@ -1,6 +1,6 @@
 include udev.inc
 
-PR = "r7"
+PR = "r8"
 
 # module-init-tools from kmod_git will provide libkmod runtime
 DEPENDS += "module-init-tools"
index 8b6a1ce03a8da2d6cd127d10db691ca4e1501f19..3fc987562cc3237fc39dc7e0568a3dccde8c8fd7 100644 (file)
@@ -1,5 +1,6 @@
 MAJOR_VERSION = "2.24"
 require util-linux.inc
+PR = "r1"
 
 # To support older hosts, we need to patch and/or revert
 # some upstream changes.  Only do this for native packages.