diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-16 15:44:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 16:51:51 +0100 |
commit | c743881592ef5b37f08b3097f72cb22a0f03ac90 (patch) | |
tree | fce5f199f32dfa8c9917fcec3c413a361e277ca9 /meta | |
parent | 6f02de25fb9c1be946175216e449e2e6e95e46b7 (diff) | |
download | poky-c743881592ef5b37f08b3097f72cb22a0f03ac90.tar.gz |
hicolor-icon-theme: bump PR to allow removal of duplicate from meta-gnome
The recipe in meta-gnome has PR = "r1" so make it the same here and
avoid PR going backwards for existing users of meta-gnome when the
recipe there is removed.
(From OE-Core rev: 200685bde7ea222891e1dde27f086caea9216e48)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index 759c9d8121..7c911e08a6 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | |||
@@ -10,7 +10,7 @@ inherit gnome allarch | |||
10 | 10 | ||
11 | DEPENDS = "" | 11 | DEPENDS = "" |
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ | 15 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ |
16 | file://index.theme" | 16 | file://index.theme" |