automake: Sync with OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@382 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-05-09 17:41:37 +00:00
parent ba7e2a0757
commit 62d7919056
3 changed files with 26 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SECTION = "devel"
include automake_${PV}.bb
DEPENDS = "autoconf-native"
RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
inherit native

View File

@ -0,0 +1,23 @@
RDEPENDS_automake += "\
autoconf \
perl \
perl-module-bytes \
perl-module-constant \
perl-module-cwd \
perl-module-data-dumper \
perl-module-dynaloader \
perl-module-errno \
perl-module-exporter-heavy \
perl-module-file-basename \
perl-module-file-compare \
perl-module-file-copy \
perl-module-file-glob \
perl-module-file-spec-unix \
perl-module-file-stat \
perl-module-getopt-long \
perl-module-io \
perl-module-io-file \
perl-module-posix \
perl-module-strict \
perl-module-text-parsewords \
perl-module-vars "

View File

@ -13,7 +13,8 @@ inherit autotools
export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
RDEPENDS_${PN} += "autoconf perl"
include automake.inc
do_install () {
oe_runmake 'DESTDIR=${D}' install