@@ -16,11 +16,14 @@ SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypa
file://0001-make-build-compatible-w.-autoconf-2.7.patch \
"
SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
+
PV = "1.6.1"
+
S = "${WORKDIR}/git"
+EXTRA_AUTORECONF += "-I m4"
+
do_configure:append() {
# autogen uses python2 so generate headers ourselves
- cd ${S}
- python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
+ (cd ${S} && python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h)
}
autotools bblass do not search for the .m4 files in srctree anymore [1] [1] https://git.yoctoproject.org/poky/commit/?id=a4b1fa2b22794d59fee716afe6e269dae7f87ace Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)