diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf')
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.68.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb index c6209a37eb..f9bf7b47eb 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require autoconf.inc | 1 | require autoconf.inc |
| 2 | 2 | ||
| 3 | PR = "r2" | 3 | PR = "r3" |
| 4 | 4 | ||
| 5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
| 6 | 6 | ||
| @@ -14,7 +14,7 @@ SRC_URI += "file://autoreconf-include.patch \ | |||
| 14 | file://autoreconf-foreign.patch \ | 14 | file://autoreconf-foreign.patch \ |
| 15 | file://autoreconf-gnuconfigize.patch \ | 15 | file://autoreconf-gnuconfigize.patch \ |
| 16 | file://autoheader-nonfatal-warnings.patch \ | 16 | file://autoheader-nonfatal-warnings.patch \ |
| 17 | ${@['file://path_prog_fixes.patch', ''][bb.data.inherits_class('native', d)]} \ | 17 | ${@['file://path_prog_fixes.patch', ''][bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d)]} \ |
| 18 | file://config_site.patch \ | 18 | file://config_site.patch \ |
| 19 | file://remove-usr-local-lib-from-m4.patch \ | 19 | file://remove-usr-local-lib-from-m4.patch \ |
| 20 | " | 20 | " |
| @@ -25,6 +25,12 @@ SRC_URI[sha256sum] = "c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e57145 | |||
| 25 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 25 | DEPENDS_virtclass-native = "m4-native gnu-config-native" |
| 26 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 26 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" |
| 27 | 27 | ||
| 28 | DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
| 29 | RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
| 30 | |||
| 28 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" | 31 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" |
| 29 | 32 | ||
| 30 | BBCLASSEXTEND = "native" | 33 | EXTRA_OECONF += "ac_cv_path_M4=m4" |
| 34 | |||
| 35 | BBCLASSEXTEND = "native nativesdk" | ||
| 36 | |||
