diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-05 18:47:31 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-06 09:22:37 +0000 |
| commit | 7402c8a175adc01efabc45aa60df606c1b9a2d19 (patch) | |
| tree | b45c975cc993a5b6ec83a31c3b307de45341aadd | |
| parent | 5797feac5f06f5cc363869cd440b82b3eaafd456 (diff) | |
| download | poky-7402c8a175adc01efabc45aa60df606c1b9a2d19.tar.gz | |
autoconf: fix nativesdk rdepends
Fixes this build error:
| error: Failed dependencies:
| m4 is needed by autoconf-nativesdk-2.68-r4.x86_64
| gnu-config is needed by autoconf-nativesdk-2.68-r4.x86_64
NOTE: package meta-toolchain-1.0-r6: task do_populate_sdk: Failed
ERROR: Task 8 (.../meta/recipes-core/meta/meta-toolchain.bb,
do_populate_sdk) failed with exit code '1'
(From OE-Core rev: df8d88e864fb6bdecf5c82b25c0252c3d54157ad)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 1d0cf900fc..e7ae3398ac 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
| @@ -9,6 +9,8 @@ DEPENDS += "m4-native" | |||
| 9 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 9 | DEPENDS_virtclass-native = "m4-native gnu-config-native" |
| 10 | DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | 10 | DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" |
| 11 | RDEPENDS_${PN} = "m4 gnu-config" | 11 | RDEPENDS_${PN} = "m4 gnu-config" |
| 12 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | ||
| 13 | RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
| 12 | 14 | ||
| 13 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ | 15 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ |
| 14 | file://program_prefix.patch" | 16 | file://program_prefix.patch" |
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb index 84eb1821b4..63db7d1b97 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 = "r4" | 3 | PR = "r5" |
| 4 | 4 | ||
| 5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
| 6 | 6 | ||
