diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-30 12:33:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-08 16:18:34 +0200 |
commit | 387a933db677f2fa702c464e073d84bc7bf0b649 (patch) | |
tree | f35f6ef91a04ce28ad4fe2861defea23e32d2150 /meta-xfce/recipes-art | |
parent | 66de049e43f57fa2a43ca58b7b6b2bb2b44f086d (diff) | |
download | meta-openembedded-387a933db677f2fa702c464e073d84bc7bf0b649.tar.gz |
rodent-icon-theme: add RPROVIDES/RREPLACE/RCONFLICTS for xfce4-icon-theme
rodent-icon-theme is successor of xfce4-icon-theme
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-art')
-rw-r--r-- | meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb b/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb index 130e03208..40ba340f2 100644 --- a/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb +++ b/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb | |||
@@ -9,3 +9,8 @@ SRC_URI[md5sum] = "4b097d344a160d6497c6498985c8df15" | |||
9 | SRC_URI[sha256sum] = "6ed00d16faa1f55b3bb7b13862de1d7f5cfd978b93e42487ded21595d0dbe208" | 9 | SRC_URI[sha256sum] = "6ed00d16faa1f55b3bb7b13862de1d7f5cfd978b93e42487ded21595d0dbe208" |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/icons" | 11 | FILES_${PN} += "${datadir}/icons" |
12 | |||
13 | RREPLACES_${PN} += "xfce4-icon-theme" | ||
14 | RPROVIDES_${PN} += "xfce4-icon-theme" | ||
15 | RCONFLICTS_${PN} += "xfce4-icon-theme" | ||
16 | |||