[oe-commits] Ash Charles : xfce-git: Run autogen.sh in source directory

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:02 UTC 2014


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

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 09:57:04 2014 -0700

xfce-git: Run autogen.sh in source directory

The autogen.sh script executed by the xfce-git.bbclass needs to be
run in and from the source directory.  The configuration step can
still be run from out-of-tree.

Currently, this affects these recipes:
 * libxfce4ui
 * xarchiver
 * xfce4-taskmanager
 * xfce4-closebutton-plugin
 * xfce4-settings
 * xfwm4

Upstream-Status: Inappropriate (configuration)

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/classes/xfce-git.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass
index c4be554..3fc18d2 100644
--- a/meta-xfce/classes/xfce-git.bbclass
+++ b/meta-xfce/classes/xfce-git.bbclass
@@ -1,5 +1,7 @@
 do_configure_prepend() {
+       cd ${S}
        NOCONFIGURE=yes ./autogen.sh
+       cd ${B}
 }
 
 AUTOTOOLS_COPYACLOCAL = "1"



More information about the Openembedded-commits mailing list