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:49:16 +0100 |
commit | 200685bde7ea222891e1dde27f086caea9216e48 (patch) | |
tree | d4d8293da23aa049ab699a1ae900326316fba6fd /meta/recipes-gnome | |
parent | b3e468294a0723b3ceafe2022bf9d735eee64678 (diff) | |
download | openembedded-core-200685bde7ea222891e1dde27f086caea9216e48.tar.gz openembedded-core-200685bde7ea222891e1dde27f086caea9216e48.tar.bz2 openembedded-core-200685bde7ea222891e1dde27f086caea9216e48.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-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 DEPENDS = "" -PR = "r0" +PR = "r1" SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ file://index.theme" |