diff options
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.72.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72.bb b/meta/recipes-devtools/autoconf/autoconf_2.72.bb index f2d2781fec..b599f270c7 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.72.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.72.bb | |||
@@ -24,6 +24,10 @@ SRC_URI:append:class-native = " file://no-man.patch" | |||
24 | 24 | ||
25 | SRC_URI[sha256sum] = "afb181a76e1ee72832f6581c0eddf8df032b83e2e0239ef79ebedc4467d92d6e" | 25 | SRC_URI[sha256sum] = "afb181a76e1ee72832f6581c0eddf8df032b83e2e0239ef79ebedc4467d92d6e" |
26 | 26 | ||
27 | # Remove this when upgrading past 2.72, as package managers sort 2.72e (the | ||
28 | # fifth release candidate) after 2.72. | ||
29 | PKGV = "2.72e+really${PV}" | ||
30 | |||
27 | RDEPENDS:${PN} = "m4 gnu-config \ | 31 | RDEPENDS:${PN} = "m4 gnu-config \ |
28 | perl \ | 32 | perl \ |
29 | perl-module-bytes \ | 33 | perl-module-bytes \ |