mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
7be16bce81
commit
6de06e4369
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user