diff options
| -rw-r--r-- | meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 |
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 | |||
| 19 | RDEPENDS_${PN} = "grep" | 19 | RDEPENDS_${PN} = "grep" |
| 20 | 20 | ||
| 21 | do_configure_prepend () { | 21 | do_configure_prepend () { |
| 22 | autoreconf -f -i -s | 22 | ( cd ${S}; autoreconf -f -i -s ) |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | FILES_${PN} += "${libdir}/${BPN}/*" | 25 | FILES_${PN} += "${libdir}/${BPN}/*" |
