mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:45:05 +00:00
libnih: Fix do_package error when enable mutilib.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7825bc0ed5
commit
e11c0b9340
@ -34,5 +34,15 @@ SRC_URI[sha256sum] = "897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
inherit gettext
|
inherit gettext
|
||||||
|
|
||||||
|
do_configure_append () {
|
||||||
|
sed -i -e 's,lib/pkgconfig,${baselib}/pkgconfig,g' ${S}/nih/Makefile.in ${S}/nih-dbus/Makefile.in
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN}-dev += "${libdir}/pkgconfig/* \
|
||||||
|
${includedir}/* \
|
||||||
|
${libdir}/*.so \
|
||||||
|
${datadir}/* \
|
||||||
|
"
|
||||||
|
|
||||||
# target libnih requires native nih-dbus-tool
|
# target libnih requires native nih-dbus-tool
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user