aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf213_2.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/autoconf/autoconf213_2.13.bb')
-rw-r--r--recipes/autoconf/autoconf213_2.13.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb
index cd550739be..089f5a5733 100644
--- a/recipes/autoconf/autoconf213_2.13.bb
+++ b/recipes/autoconf/autoconf213_2.13.bb
@@ -3,7 +3,11 @@ LICENSE = "GPLv2+"
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz"
EXTRA_OECONF = "--program-transform-name=s/\$/2.13/"
EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"'
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
S = "${WORKDIR}/autoconf-${PV}"
SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711"
SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e"
+
+do_configure (){
+ oe_runconf
+}