diff options
| author | leimaohui <leimaohui@cn.fujitsu.com> | 2018-06-16 10:01:32 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-06-27 22:17:33 -0700 |
| commit | 590f1874b8886f1fd9e3e2fdc2916cafeccdfbb8 (patch) | |
| tree | f5f2e253e90679936f98d518c71a4a0f603e46af | |
| parent | 70ac050a8fb2fd5c6d1562a1c43b5dff48d4484f (diff) | |
| download | meta-openembedded-590f1874b8886f1fd9e3e2fdc2916cafeccdfbb8.tar.gz | |
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>
| -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" |
