diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-30 22:11:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-31 22:42:25 -0700 |
commit | ea7d2ea94451a5a0563459625dbd256a6338707e (patch) | |
tree | 54bdc243e9d50b822e08173212fdb9ff8fdd0f6a | |
parent | 1c1f9c7648c545d24ad17349fab8e462ba244175 (diff) | |
download | meta-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.bb | 2 |
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 | ||
10 | inherit autotools gettext | 10 | inherit autotools gettext |
11 | 11 | ||
12 | DEPENDS += "glib-2.0-native intltool-native" | 12 | DEPENDS += "glib-2.0-native" |
13 | 13 | ||
14 | SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2" |
15 | SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62" | 15 | SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62" |