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/libmtp | |
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/libmtp')
-rw-r--r-- | meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||