diff options
Diffstat (limited to 'recipes/bzip2/bzip2-full-native_1.0.5.bb')
-rw-r--r-- | recipes/bzip2/bzip2-full-native_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bzip2/bzip2-full-native_1.0.5.bb b/recipes/bzip2/bzip2-full-native_1.0.5.bb index 9e6da4ac18..14240e2ad8 100644 --- a/recipes/bzip2/bzip2-full-native_1.0.5.bb +++ b/recipes/bzip2/bzip2-full-native_1.0.5.bb @@ -9,7 +9,7 @@ SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \ S = "${WORKDIR}/bzip2-${PV}" -inherit autotools_stage pkgconfig native +inherit autotools pkgconfig native do_configure_prepend () { if test -f LICENSE ; then sh ./autogen.sh ; fi |