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

git at git.openembedded.org git at git.openembedded.org
Tue Apr 1 17:15:16 UTC 2014


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

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

xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass

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

---

 .../closebutton/xfce4-closebutton-plugin_git.bb                     | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
index e095899..f96009e 100644
--- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
+++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
@@ -3,7 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
 
-inherit xfce-panel-plugin gtk-icon-cache perlnative
+inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative
 
 DEPENDS += "exo-native libwnck xfconf"
 
@@ -15,8 +15,4 @@ S = "${WORKDIR}/git"
 
 EXTRA_OECONF += "--enable-maintainer-mode"
 
-do_configure_prepend() {
-    NOCONFIGURE=yes ./autogen.sh
-}
-
 FILES_${PN} += "${datadir}/xfce4/closebutton/themes"



More information about the Openembedded-commits mailing list