Преглед изворни кода

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>
Ash Charles пре 10 година
родитељ
комит
14648c1650
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      meta-xfce/classes/xfce-git.bbclass

+ 2 - 0
meta-xfce/classes/xfce-git.bbclass

@@ -1,5 +1,7 @@
 do_configure_prepend() {
+       cd ${S}
        NOCONFIGURE=yes ./autogen.sh
+       cd ${B}
 }
 
 AUTOTOOLS_COPYACLOCAL = "1"