sg3-utils: add newer buildable version
[openembedded.git] / recipes / bzip2 / bzip2-full-native_1.0.5.bb
1 DESCRIPTION = "Very high-quality data compression program"
2 SECTION = "console/utils"
3 PR = "r1"
4
5 LICENSE = "bzip2"
6 FILESPATH =. "${FILE_DIRNAME}/bzip2-${PV}:"
7 SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \
8            file://bzip2-1.0.5-autoconfiscated.patch;patch=1"
9
10 S = "${WORKDIR}/bzip2-${PV}"
11
12 inherit autotools_stage pkgconfig native
13
14 do_configure_prepend () {
15         if test -f LICENSE ; then sh ./autogen.sh ; fi
16 }