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:55:14 +0100 |
commit | e45da211a70c0ed1b533992b0d82dfe5317fdb64 (patch) | |
tree | 8dc3137035c8c2a25ae51ab7bd4c5321bcb0cfa9 /meta/recipes-connectivity | |
parent | 5c98e90ce97d26c640ffbb91539721ecb4ea82f2 (diff) | |
download | poky-e45da211a70c0ed1b533992b0d82dfe5317fdb64.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 *
(From OE-Core rev: 5ffb38d6ace7faae839c8cac7327b5b1c2daae1a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.101.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.14.bb | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index ccd230df8a..28a94ed127 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | 2 | ||
3 | PR = "r10" | 3 | PR = "r11" |
4 | 4 | ||
5 | SRC_URI += "file://bluetooth.conf \ | 5 | SRC_URI += "file://bluetooth.conf \ |
6 | file://sbc_mmx.patch \ | 6 | file://sbc_mmx.patch \ |
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb index da371608d2..4f287f4058 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb | |||
@@ -3,6 +3,7 @@ DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \ | |||
3 | NFS server and related tools." | 3 | NFS server and related tools." |
4 | HOMEPAGE = "http://nfs.sourceforge.net/" | 4 | HOMEPAGE = "http://nfs.sourceforge.net/" |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | LICENSE = "MIT & GPLv2+ & BSD" | 8 | LICENSE = "MIT & GPLv2+ & BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" |
diff --git a/meta/recipes-connectivity/ofono/ofono_1.14.bb b/meta/recipes-connectivity/ofono/ofono_1.14.bb index f107fe6452..dea5d8808f 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.14.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.14.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require ofono.inc | 1 | require ofono.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI = "\ | 5 | SRC_URI = "\ |
4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | 6 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ |
5 | file://ofono \ | 7 | file://ofono \ |