diff options
Diffstat (limited to 'meta/packages/automake')
-rw-r--r-- | meta/packages/automake/automake-native.inc | 6 | ||||
-rw-r--r-- | meta/packages/automake/automake-native_1.10.2.bb | 1 | ||||
-rw-r--r-- | meta/packages/automake/automake_1.10.2.bb | 39 | ||||
-rw-r--r-- | meta/packages/automake/automake_1.11.1.bb | 8 |
4 files changed, 0 insertions, 54 deletions
diff --git a/meta/packages/automake/automake-native.inc b/meta/packages/automake/automake-native.inc deleted file mode 100644 index f9f357f9f..000000000 --- a/meta/packages/automake/automake-native.inc +++ /dev/null @@ -1,6 +0,0 @@ -require automake.inc - -DEPENDS = "autoconf-native" -RDEPENDS_automake-native = "autoconf-native perl-native-runtime" - -inherit native diff --git a/meta/packages/automake/automake-native_1.10.2.bb b/meta/packages/automake/automake-native_1.10.2.bb deleted file mode 100644 index 8fc754e82..000000000 --- a/meta/packages/automake/automake-native_1.10.2.bb +++ /dev/null @@ -1 +0,0 @@ -require automake-native.inc diff --git a/meta/packages/automake/automake_1.10.2.bb b/meta/packages/automake/automake_1.10.2.bb deleted file mode 100644 index 9ba5cb368..000000000 --- a/meta/packages/automake/automake_1.10.2.bb +++ /dev/null @@ -1,39 +0,0 @@ -require automake.inc - -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 " - -SRC_URI += "file://path_prog_fixes.patch;patch=1" - -NATIVE_INSTALL_WORKS = "1" -do_install () { - oe_runmake 'DESTDIR=${D}' install - install -d ${D}${datadir} - if [ ! -e ${D}${datadir}/aclocal ]; then - ln -sf aclocal-1.10 ${D}${datadir}/aclocal - fi - if [ ! -e ${D}${datadir}/automake ]; then - ln -sf automake-1.10 ${D}${datadir}/automake - fi -} diff --git a/meta/packages/automake/automake_1.11.1.bb b/meta/packages/automake/automake_1.11.1.bb index 0e7541818..067898a44 100644 --- a/meta/packages/automake/automake_1.11.1.bb +++ b/meta/packages/automake/automake_1.11.1.bb @@ -37,14 +37,6 @@ NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}${datadir} - if [ ! -e ${D}${datadir}/aclocal ]; then - ln -sf aclocal-1.10 ${D}${datadir}/aclocal - fi - if [ ! -e ${D}${datadir}/automake ]; then - ln -sf automake-1.10 ${D}${datadir}/automake - fi } BBCLASSEXTEND = "native" - -DEFAULT_PREFERENCE = "-1" |