diff options
| -rw-r--r-- | meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index c6a4bc4932..dcc09f279e 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |||
| @@ -19,9 +19,12 @@ PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-nat | |||
| 19 | 19 | ||
| 20 | RDEPENDS:${PN} = "grep bash" | 20 | RDEPENDS:${PN} = "grep bash" |
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--libdir=${nonarch_libdir}" | ||
| 23 | |||
| 22 | do_configure:prepend () { | 24 | do_configure:prepend () { |
| 23 | ( cd ${S}; autoreconf -f -i -s ) | 25 | ( cd ${S}; autoreconf -f -i -s ) |
| 24 | } | 26 | } |
| 25 | 27 | ||
| 26 | FILES:${PN} += "${libdir}/${BPN}/*" | 28 | FILES:${PN} += "${nonarch_libdir}/${BPN}/*" |
| 27 | FILES:${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" | 29 | FILES:${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" |
| 30 | FILES:${PN}-dev += "${nonarch_libdir}/pkgconfig/pm-utils.pc" | ||
