diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-23 08:17:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-23 08:17:40 +0000 |
commit | 9cab31775d14a06c80c354650d27855a1fdc92db (patch) | |
tree | 5954db3af07fb25696a60d12bfa522e325626a9d /automake | |
parent | e34acffec077e7f2d5e231af78b2dc5592d1a37b (diff) |
Merge zelda.tuxnami.org:code/packages
into linux.local:/home/kergoth/code/packages
2004/01/23 03:17:17-05:00 local!kergoth
Add automake 1.8.2.
BKrev: 4010d8a4nZJD0YTQjagJ6k-AYE78-g
Diffstat (limited to 'automake')
-rw-r--r-- | automake/automake-native_1.7.7.oe | 16 | ||||
-rw-r--r-- | automake/automake-native_1.8.2.oe | 0 | ||||
-rw-r--r-- | automake/automake_1.7.7.oe | 2 | ||||
-rw-r--r-- | automake/automake_1.8.2.oe | 0 |
4 files changed, 1 insertions, 17 deletions
diff --git a/automake/automake-native_1.7.7.oe b/automake/automake-native_1.7.7.oe deleted file mode 100644 index f206ceadf8..0000000000 --- a/automake/automake-native_1.7.7.oe +++ /dev/null @@ -1,16 +0,0 @@ -include automake_${PV}.oe -S = ${WORKDIR}/automake-${PV} -DEPENDS = - -inherit native - -do_stage () { - oe_runmake install - install -d ${datadir} - if [ ! -e ${datadir}/aclocal ]; then - ln -sf aclocal-1.7 ${datadir}/aclocal - fi - if [ ! -e ${datadir}/automake ]; then - ln -sf automake-1.7 ${datadir}/automake - fi -} diff --git a/automake/automake-native_1.8.2.oe b/automake/automake-native_1.8.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/automake/automake-native_1.8.2.oe diff --git a/automake/automake_1.7.7.oe b/automake/automake_1.7.7.oe index 1d67d318a4..c3e30375f8 100644 --- a/automake/automake_1.7.7.oe +++ b/automake/automake_1.7.7.oe @@ -1,4 +1,4 @@ -SRC_URI := ${GNU_MIRROR}/automake/automake-1.7.7.tar.bz2 +SRC_URI := ${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 inherit autotools diff --git a/automake/automake_1.8.2.oe b/automake/automake_1.8.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/automake/automake_1.8.2.oe |