diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.55.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.55.bb b/meta/recipes-devtools/diffstat/diffstat_1.55.bb index fdc2967ab3..9b347e8283 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.55.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.55.bb | |||
@@ -19,8 +19,8 @@ S = "${WORKDIR}/diffstat-${PV}" | |||
19 | inherit autotools gettext | 19 | inherit autotools gettext |
20 | 20 | ||
21 | do_configure () { | 21 | do_configure () { |
22 | if [ ! -e acinclude.m4 ]; then | 22 | if [ ! -e ${S}/acinclude.m4 ]; then |
23 | mv aclocal.m4 acinclude.m4 | 23 | mv ${S}/aclocal.m4 ${S}/acinclude.m4 |
24 | fi | 24 | fi |
25 | autotools_do_configure | 25 | autotools_do_configure |
26 | } | 26 | } |