diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-31 11:25:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-01 15:33:16 +0100 |
commit | 4d62e7f575e2a87197c74ab4639561b45eec0e60 (patch) | |
tree | 1ff5b9b7b7f55d2521c41145e5f81c88a587271d /meta-oe/recipes-connectivity | |
parent | 13729091f98720884dc28f9e66c6fb5525ec3c84 (diff) | |
download | meta-openembedded-4d62e7f575e2a87197c74ab4639561b45eec0e60.tar.gz |
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i
* We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
4 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb index c1cac1e3d..b9934941c 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb | |||
@@ -8,7 +8,6 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management" | |||
8 | inherit update-rc.d | 8 | inherit update-rc.d |
9 | INITSCRIPT_NAME = "hostapd" | 9 | INITSCRIPT_NAME = "hostapd" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | 11 | ||
13 | DEFAULT_PREFERENCE = "-1" | 12 | DEFAULT_PREFERENCE = "-1" |
14 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb index 0302aad07..f4ea80067 100644 --- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb +++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "\ | |||
12 | file://src/ptp.c;beginline=3;endline=22;md5=dafe6cfd1782f56471bb94ab06624c1f \ | 12 | file://src/ptp.c;beginline=3;endline=22;md5=dafe6cfd1782f56471bb94ab06624c1f \ |
13 | file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \ | 13 | file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \ |
14 | " | 14 | " |
15 | PR = "r0" | ||
16 | 15 | ||
17 | DEPENDS += "libusb1" | 16 | DEPENDS += "libusb1" |
18 | 17 | ||
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb index 1020fd2c4..7392b2af0 100644 --- a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb +++ b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://README;md5=533bea47338d490e86744c6a0c5692e7" | |||
7 | DEPENDS = "libpcap" | 7 | DEPENDS = "libpcap" |
8 | # There are major API changes beween libnet v1.0 and libnet v1.1 | 8 | # There are major API changes beween libnet v1.0 and libnet v1.1 |
9 | PROVIDES = "libnet-1.1" | 9 | PROVIDES = "libnet-1.1" |
10 | PR = "r0" | ||
11 | 10 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \ |
13 | file://fix-endianess-test.patch" | 12 | file://fix-endianess-test.patch" |
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb index 60a5425e2..c05595c44 100644 --- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb +++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb | |||
@@ -3,7 +3,6 @@ DEPENDS = "ppp udev glib-2.0" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | PR = "r0" | ||
7 | 6 | ||
8 | inherit gnome gettext | 7 | inherit gnome gettext |
9 | 8 | ||