diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-05-26 10:07:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:23 +0200 |
commit | 6de06e43692a21e0be736edf7e8037305cd5f30b (patch) | |
tree | 4ca1598d9032be60a6cbb228c7c421477614eec5 /meta-oe/recipes-devtools/geany | |
parent | 7be16bce816dee5e9ea1dd241b5a3543fdf78356 (diff) | |
download | meta-openembedded-6de06e43692a21e0be736edf7e8037305cd5f30b.tar.gz |
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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 08f79bb69..9a39150ba 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" | |||
11 | SRC_URI[md5sum] = "31e4aa4b771a4ff8ccfd74efe7ba7b44" | 11 | SRC_URI[md5sum] = "31e4aa4b771a4ff8ccfd74efe7ba7b44" |
12 | SRC_URI[sha256sum] = "03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0" | 12 | SRC_URI[sha256sum] = "03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0" |
13 | 13 | ||
14 | do_configure_prepend() { | ||
15 | rm -f ${S}/build/cache/glib-gettext.m4 | ||
16 | } | ||
17 | |||
14 | FILES_${PN} += "${datadir}/icons" | 18 | FILES_${PN} += "${datadir}/icons" |
15 | FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la" | 19 | FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${PN}/*/*.la" |
16 | 20 | ||