aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:11:25 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-31 22:42:25 -0700
commitea7d2ea94451a5a0563459625dbd256a6338707e (patch)
tree54bdc243e9d50b822e08173212fdb9ff8fdd0f6a /meta-oe
parent1c1f9c7648c545d24ad17349fab8e462ba244175 (diff)
downloadmeta-openembedded-ea7d2ea94451a5a0563459625dbd256a6338707e.tar.gz
sound-theme-freedesktop: remove double depends
intltool-native was included more than once in DEPENDS. Removing all but the first entry Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index 098b08d476..e4fb4ff026 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0 intltool-native"
inherit autotools gettext
-DEPENDS += "glib-2.0-native intltool-native"
+DEPENDS += "glib-2.0-native"
SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"