diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 16:02:06 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 16:02:06 +0000 |
| commit | 08f4cc94d64ced5ead1b6bd7cbcf6d71f5b26ec8 (patch) | |
| tree | 0e43c21d9c7af0959b4a408f84fb248a9a85a60e | |
| parent | 50d9304068e5ee151b2bc29e14adbfaabe203738 (diff) | |
| download | poky-08f4cc94d64ced5ead1b6bd7cbcf6d71f5b26ec8.tar.gz | |
automake: Add 1.11.1 using BBCLASSEXTEND (not default)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/automake/automake/path_prog_fixes.patch (renamed from meta/packages/automake/files/path_prog_fixes.patch) | 0 | ||||
| -rw-r--r-- | meta/packages/automake/automake_1.11.1.bb | 50 |
2 files changed, 50 insertions, 0 deletions
diff --git a/meta/packages/automake/files/path_prog_fixes.patch b/meta/packages/automake/automake/path_prog_fixes.patch index fb38442e30..fb38442e30 100644 --- a/meta/packages/automake/files/path_prog_fixes.patch +++ b/meta/packages/automake/automake/path_prog_fixes.patch | |||
diff --git a/meta/packages/automake/automake_1.11.1.bb b/meta/packages/automake/automake_1.11.1.bb new file mode 100644 index 0000000000..0e75418181 --- /dev/null +++ b/meta/packages/automake/automake_1.11.1.bb | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | require automake.inc | ||
| 2 | |||
| 3 | DEPENDS_virtclass-native = "autoconf-native" | ||
| 4 | |||
| 5 | RDEPENDS_automake += "\ | ||
| 6 | autoconf \ | ||
| 7 | perl \ | ||
| 8 | perl-module-bytes \ | ||
| 9 | perl-module-constant \ | ||
| 10 | perl-module-cwd \ | ||
| 11 | perl-module-data-dumper \ | ||
| 12 | perl-module-dynaloader \ | ||
| 13 | perl-module-errno \ | ||
| 14 | perl-module-exporter-heavy \ | ||
| 15 | perl-module-file-basename \ | ||
| 16 | perl-module-file-compare \ | ||
| 17 | perl-module-file-copy \ | ||
| 18 | perl-module-file-glob \ | ||
| 19 | perl-module-file-spec-unix \ | ||
| 20 | perl-module-file-stat \ | ||
| 21 | perl-module-getopt-long \ | ||
| 22 | perl-module-io \ | ||
| 23 | perl-module-io-file \ | ||
| 24 | perl-module-posix \ | ||
| 25 | perl-module-strict \ | ||
| 26 | perl-module-text-parsewords \ | ||
| 27 | perl-module-vars " | ||
| 28 | |||
| 29 | RDEPENDS_automake-native = "autoconf-native perl-native-runtime" | ||
| 30 | |||
| 31 | PATHFIXPATCH = "file://path_prog_fixes.patch;patch=1" | ||
| 32 | PATHFIXPATCH_virtclass-native = "" | ||
| 33 | |||
| 34 | SRC_URI += "${PATHFIXPATCH}" | ||
| 35 | |||
| 36 | NATIVE_INSTALL_WORKS = "1" | ||
| 37 | do_install () { | ||
| 38 | oe_runmake 'DESTDIR=${D}' install | ||
| 39 | install -d ${D}${datadir} | ||
| 40 | if [ ! -e ${D}${datadir}/aclocal ]; then | ||
| 41 | ln -sf aclocal-1.10 ${D}${datadir}/aclocal | ||
| 42 | fi | ||
| 43 | if [ ! -e ${D}${datadir}/automake ]; then | ||
| 44 | ln -sf automake-1.10 ${D}${datadir}/automake | ||
| 45 | fi | ||
| 46 | } | ||
| 47 | |||
| 48 | BBCLASSEXTEND = "native" | ||
| 49 | |||
| 50 | DEFAULT_PREFERENCE = "-1" | ||
