[oe-commits] [meta-openembedded] 13/15: geany-plugins: fix build

git at git.openembedded.org git at git.openembedded.org
Fri May 27 13:41:30 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 2717d598c8e5ab58dbab8afda450a0b70585d75e
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Thu May 26 10:07:31 2016 +0200

    geany-plugins: fix build
    
    | build/cache/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN
    | build/cache/glib-gettext.m4:39: the top level
    | autom4te: m4 failed with exit status: 1
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb
index 08f79bb..9a39150 100644
--- a/meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb
+++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb
@@ -11,6 +11,10 @@ SRC_URI = "http://plugins.geany.org/${PN}/${PN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "31e4aa4b771a4ff8ccfd74efe7ba7b44"
 SRC_URI[sha256sum] = "03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0"
 
+do_configure_prepend() {
+    rm -f ${S}/build/cache/glib-gettext.m4
+}
+
 FILES_${PN} += "${datadir}/icons"
 FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list