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.k...@gmail.com> --- meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb index d509aa3dd0..b0f9b82e42 100644 --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb @@ -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) }
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115718): https://lists.openembedded.org/g/openembedded-devel/message/115718 Mute This Topic: https://lists.openembedded.org/mt/111460688/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-