diff options
Diffstat (limited to 'autoconf/autoconf_2.57.oe')
-rw-r--r-- | autoconf/autoconf_2.57.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autoconf/autoconf_2.57.oe b/autoconf/autoconf_2.57.oe index e69de29bb2..ce998e2e15 100644 --- a/autoconf/autoconf_2.57.oe +++ b/autoconf/autoconf_2.57.oe @@ -0,0 +1,5 @@ +SRC_URI := ${GNU_MIRROR}/autoconf/autoconf-2.57.tar.bz2 \ + file://${FILESDIR}/program_prefix.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools |