diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-05 19:33:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-08 20:36:52 -0700 |
commit | 071f70343a27aa25dcd2344118389071025ad9a7 (patch) | |
tree | f809899398353869dadf4148522a7019217625bc /recipes/autoconf/autoconf_2.61.bb | |
parent | d891babf907584bae254d93ab7732f8fb1d352f0 (diff) |
autoconf: Fix canadian cross build
* Remove RDEPENDS and DEPENDS duplication.
* path_prog_fixes.patch is not needed for 2.61
* Use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/autoconf/autoconf_2.61.bb')
-rw-r--r-- | recipes/autoconf/autoconf_2.61.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/autoconf/autoconf_2.61.bb b/recipes/autoconf/autoconf_2.61.bb index 6b92dc8120..c3ccacd329 100644 --- a/recipes/autoconf/autoconf_2.61.bb +++ b/recipes/autoconf/autoconf_2.61.bb @@ -1,16 +1,12 @@ require autoconf.inc -PR = "r1" +PR = "${INC_PR}.1" PARALLEL_MAKE = "" -DEPENDS += "m4-native" -RDEPENDS_${PN} = "m4 gnu-config" - SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://autoreconf-exclude.patch;patch=1 \ file://autoreconf-foreign.patch;patch=1 \ file://autoreconf-gnuconfigize.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://config-site.patch;patch=1 \ - ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" + file://config-site.patch;patch=1 " |