Merge bk://openembedded@openembedded.bkbits.net/packages-devel
authorGreg Gilbert <greg@treke.net>
Sat, 20 Nov 2004 23:09:13 +0000 (23:09 +0000)
committerGreg Gilbert <greg@treke.net>
Sat, 20 Nov 2004 23:09:13 +0000 (23:09 +0000)
into olddog.home.treke.net:/home/ggilbert/oe/packages

2004/11/20 16:12:11-06:00 kergoth.com!kergoth
Merge openembedded@openembedded.bkbits.net:packages-devel
into hyperion.kergoth.com:/home/kergoth/code/packages

2004/11/20 17:09:11-06:00 ti.com!kergoth
Add automake 1.9.3 (not preferred by default), and add 'perl' to the runtime depends of the automake packages.

BKrev: 419fce99zAvIEX8NMtne0Xh9cbs7HQ

automake/automake-1.9.3/automake182-update-configscripts.patch [new file with mode: 0644]
automake/automake_1.7.7.oe
automake/automake_1.8.2.oe
automake/automake_1.8.4.oe
automake/automake_1.9.2.oe
automake/automake_1.9.3.oe [new file with mode: 0644]

diff --git a/automake/automake-1.9.3/automake182-update-configscripts.patch b/automake/automake-1.9.3/automake182-update-configscripts.patch
new file mode 100644 (file)
index 0000000..e69de29
index 23777b6..447b1b9 100644 (file)
@@ -2,10 +2,11 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
+RDEPENDS_${PN} += "perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index a132e5b..9ff52f4 100644 (file)
@@ -3,13 +3,14 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
 
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
+RDEPENDS_${PN} += "perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index 352ea7e..1d5589a 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
@@ -10,6 +10,7 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
+RDEPENDS_${PN} += "perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index e69de29..bfa2399 100644 (file)
@@ -0,0 +1,27 @@
+DESCRIPTION = "A tool for automatically generating Makefiles."
+LICENSE = "GPL"
+HOMEPAGE = "http://www.gnu.org/software/automake/"
+SECTION = "devel"
+PR = "r2"
+
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+S = "${WORKDIR}/automake-${PV}"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
+RDEPENDS_${PN} += "perl"
+
+do_install () {
+       oe_runmake 'DESTDIR=${D}' install
+       install -d ${D}/${datadir}
+       if [ ! -e ${D}/${datadir}/aclocal ]; then
+               ln -sf aclocal-1.9 ${D}/${datadir}/aclocal
+       fi
+       if [ ! -e ${D}/${datadir}/automake ]; then
+               ln -sf automake-1.9 ${D}/${datadir}/automake
+       fi
+}
diff --git a/automake/automake_1.9.3.oe b/automake/automake_1.9.3.oe
new file mode 100644 (file)
index 0000000..e69de29