aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:11:25 +0200
committerArmin Kuster <akuster808@gmail.com>2020-06-12 09:32:24 -0700
commitbe5fd4143f4ba801d2001a5cf91815ab9ba06f77 (patch)
tree8a53f5bed442e702b1c6413de67c4a8077319f8d
parent9fe954d079abda50e940d7cacbd2fcb08b3f6ec9 (diff)
downloadmeta-openembedded-be5fd4143f4ba801d2001a5cf91815ab9ba06f77.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> (cherry picked from commit ea7d2ea94451a5a0563459625dbd256a6338707e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"