summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/pm-utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/pm-utils')
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb2
1 files changed, 1 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 faa0e4e8b2..961d7ddd59 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,7 +19,7 @@ inherit pkgconfig autotools
19RDEPENDS_${PN} = "grep" 19RDEPENDS_${PN} = "grep"
20 20
21do_configure_prepend () { 21do_configure_prepend () {
22 autoreconf -f -i -s 22 ( cd ${S}; autoreconf -f -i -s )
23} 23}
24 24
25FILES_${PN} += "${libdir}/${BPN}/*" 25FILES_${PN} += "${libdir}/${BPN}/*"