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

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


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Apr  1 10:59:09 2014 +0200

xfwm4: fix configue by inheriting xfce-git.bbclass

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

---

 meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
index 4799460..f8cd4b2 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
 DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native"
 
-inherit xfce update-alternatives
+inherit xfce xfce-git update-alternatives
 
 SRC_URI = " \
     git://git.xfce.org/xfce/xfwm4;protocol=git \
@@ -17,10 +17,6 @@ PV = "4.10.1+git${SRCPV}"
 
 EXTRA_OECONF += "--enable-maintainer-mode"
 
-do_configure_prepend() {
-       NOCONFIGURE=yes ./autogen.sh
-}
-
 python populate_packages_prepend () {
     themedir = d.expand('${datadir}/themes')
     do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)



More information about the Openembedded-commits mailing list