[oe] [PATCH][meta-xfce/meta-gnome 09/10] sound-theme-freedesktop: fix configure

Andreas Müller schnitzeltony at googlemail.com
Tue Apr 1 15:21:45 UTC 2014


oe-core's
commit 79ea036de331bde65a88fb777647dc099ef05acf
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Mar 2 17:36:38 2014 +0000

    autotools: Limit aclocal files to those in dependencies

makes explicit depencies mandatory

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 2 ++
 1 file changed, 2 insertions(+)

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 71f4053..9c4f9c0 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
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
 
 inherit autotools gettext
 
+DEPENDS += "glib-2.0-native intltool-native"
+
 SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"
 SRC_URI[sha256sum] = "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
-- 
1.8.3.1




More information about the Openembedded-devel mailing list