summaryrefslogtreecommitdiffstats
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
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>
-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 098b08d47..e4fb4ff02 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"
9 9
10inherit autotools gettext 10inherit autotools gettext
11 11
12DEPENDS += "glib-2.0-native intltool-native" 12DEPENDS += "glib-2.0-native"
13 13
14SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2" 14SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2"
15SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62" 15SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"