diff options
-rw-r--r-- | meta-oe/recipes-support/libnih/libnih_1.0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb index 3e35f4d1fc..fcb6bebd60 100644 --- a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb +++ b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb | |||
@@ -34,5 +34,15 @@ SRC_URI[sha256sum] = "897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc | |||
34 | inherit autotools | 34 | inherit autotools |
35 | inherit gettext | 35 | inherit gettext |
36 | 36 | ||
37 | do_configure_append () { | ||
38 | sed -i -e 's,lib/pkgconfig,${baselib}/pkgconfig,g' ${S}/nih/Makefile.in ${S}/nih-dbus/Makefile.in | ||
39 | } | ||
40 | |||
41 | FILES_${PN}-dev += "${libdir}/pkgconfig/* \ | ||
42 | ${includedir}/* \ | ||
43 | ${libdir}/*.so \ | ||
44 | ${datadir}/* \ | ||
45 | " | ||
46 | |||
37 | # target libnih requires native nih-dbus-tool | 47 | # target libnih requires native nih-dbus-tool |
38 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |