[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfce4-settings: fix configue by inheriting xfce-git.bbclass

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:41 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 52e3b5fdf7eb963b2220121ad346e9ad2b44d376
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=52e3b5fdf7eb963b2220121ad346e9ad2b44d376

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Apr  1 11:03:07 2014 +0200

xfce4-settings: fix configue by inheriting xfce-git.bbclass

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
index f7fc244..b34bb7a 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "exo exo-native garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier"
 
-inherit xfce
+inherit xfce xfce-git
 
 SRC_URI = " git://gitorious.org/xfce/xfce4-settings.git;protocol=git;branch=for-oe \
             file://0001-xsettings.xml-remove-trouble-causing-comment.patch \
@@ -31,10 +31,6 @@ PACKAGECONFIG[datetime-setter] = "--enable-datetime-settings, --disable-datetime
 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
 PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop"
 
-do_configure_prepend() {
-    NOCONFIGURE=yes ./autogen.sh
-}
-
 FILES_${PN} += " \
     ${libdir}/xfce4 \
     ${datadir}/xfce4 \



More information about the Openembedded-commits mailing list