[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfce-git.bbclass initial add

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: 8135a2a89068614b1c1eed98ba714c731cdd5017
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8135a2a89068614b1c1eed98ba714c731cdd5017

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

xfce-git.bbclass initial add

common preparations for xfce-git-repos

* implement autogen.sh call in do_configure_prepend
* AUTOTOOLS_COPYACLOCAL = "1": In oe-core commit
  79ea036de331bde65a88fb777647dc099ef05acf copying aclocals was moved to
  do_configure[prefuncs]. These are called before do_configure_prepend which
  causes configure.ac not yet being created and autotools_copy_aclocals
  returning undone.

By using this class tons of errors like

| aclocal: error: couldn't open directory '/home/a.mueller/tmp/oe-core-eglibc/work/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/xfce4-settings/4.11.0+gitAUTOINC+b7a0e1fd77-r0/git/aclocal-copy/': No such file or directory
| autoreconf: aclocal failed with exit status: 1

are fixed.

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

---

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

diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass
new file mode 100644
index 0000000..c4be554
--- /dev/null
+++ b/meta-xfce/classes/xfce-git.bbclass
@@ -0,0 +1,5 @@
+do_configure_prepend() {
+       NOCONFIGURE=yes ./autogen.sh
+}
+
+AUTOTOOLS_COPYACLOCAL = "1"



More information about the Openembedded-commits mailing list