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-02-28 14:56:08 +0000 |
commit | 613e985811b500561b31d2320d13f50de6210254 (patch) | |
tree | 23dc73c554219affc199406e73ab5840250b5864 /meta | |
parent | b900d54f57991f5a350427d4e839ffc5c006a694 (diff) | |
download | poky-613e985811b500561b31d2320d13f50de6210254.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)
(From OE-Core rev: )
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 08a1b02219..071e58cebf 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -7,6 +7,8 @@ HOMEPAGE = "http://www.gnu.org/software/autoconf/" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | DEPENDS += "m4-native" | 8 | DEPENDS += "m4-native" |
9 | RDEPENDS_${PN} = "m4 gnu-config" | 9 | RDEPENDS_${PN} = "m4 gnu-config" |
10 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | ||
11 | RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
10 | 12 | ||
11 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ | 13 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ |
12 | file://program_prefix.patch" | 14 | 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 f9bf7b47eb..0ca991cf5d 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 = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
6 | 6 | ||