From 590e6df18dd29dde25bf4ae1e4de18a2024c0635 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Tue, 1 Apr 2014 11:00:26 +0200 Subject: [PATCH] libxfce4ui: fix configue by inheriting xfce-git.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-openembedded rev: 7676240b63aa27959b5bb219470e57d0b3e2b4cb) Signed-off-by: Andreas Müller Signed-off-by: Patrick Ohly --- .../meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb index 1e141c4..52792f5 100644 --- a/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb +++ b/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" -inherit autotools gettext xfce +inherit autotools gettext xfce xfce-git SRC_URI = " \ git://git.xfce.org/xfce/libxfce4ui;protocol=git \ @@ -21,15 +21,9 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3" PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" -do_src_prepare() { - NOCONFIGURE=yes ./autogen.sh -} - FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ ${datadir}/glade3/catalogs/*.in" PACKAGES += "${PN}-glade" FILES_${PN}-glade = "${libdir}/glade3 \ ${datadir}/glade3" - -addtask do_src_prepare before do_configure after do_patch -- 2.7.4