mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
libnih: Fix do_package error when enable mutilib.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user