diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-05-26 09:57:04 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:16:23 +0200 |
commit | 14648c1650bb201a44dac07f1d81189fac24908f (patch) | |
tree | fd38edfcede590c76b16a2d1c8e93839e3ddee30 /meta-xfce/classes | |
parent | 799bff981545c48a33f84c93c3fc979708f39b49 (diff) | |
download | meta-openembedded-14648c1650bb201a44dac07f1d81189fac24908f.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | meta-xfce/classes/xfce-git.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass index c4be55405..3fc18d275 100644 --- a/meta-xfce/classes/xfce-git.bbclass +++ b/meta-xfce/classes/xfce-git.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | do_configure_prepend() { | 1 | do_configure_prepend() { |
2 | cd ${S} | ||
2 | NOCONFIGURE=yes ./autogen.sh | 3 | NOCONFIGURE=yes ./autogen.sh |
4 | cd ${B} | ||
3 | } | 5 | } |
4 | 6 | ||
5 | AUTOTOOLS_COPYACLOCAL = "1" | 7 | AUTOTOOLS_COPYACLOCAL = "1" |