diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:52:04 +0000 |
commit | 5e427966756700e596740778f16b96d03e8568c8 (patch) | |
tree | 7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-extended/libuser/libuser_0.59.bb | |
parent | 4d3c79df13920b4f095ae12caf43e866318c3143 (diff) | |
download | poky-5e427966756700e596740778f16b96d03e8568c8.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' 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).
(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libuser/libuser_0.59.bb')
-rw-r--r-- | meta/recipes-extended/libuser/libuser_0.59.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/libuser/libuser_0.59.bb b/meta/recipes-extended/libuser/libuser_0.59.bb index f9511563c0..a39e9b3573 100644 --- a/meta/recipes-extended/libuser/libuser_0.59.bb +++ b/meta/recipes-extended/libuser/libuser_0.59.bb | |||
@@ -16,7 +16,6 @@ SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" | 17 | SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" |
18 | SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" | 18 | SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" |
19 | PR = "r0" | ||
20 | 19 | ||
21 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" | 20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" |
22 | 21 | ||