diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /autofs | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'autofs')
-rw-r--r-- | autofs/autofs_3.1.7.bb | 0 | ||||
-rw-r--r-- | autofs/autofs_3.1.7.oe | 18 | ||||
-rw-r--r-- | autofs/autofs_4.0.0.bb | 0 | ||||
-rw-r--r-- | autofs/autofs_4.0.0.oe | 17 | ||||
-rw-r--r-- | autofs/autofs_4.1.3.bb | 0 | ||||
-rw-r--r-- | autofs/autofs_4.1.3.oe | 22 |
6 files changed, 0 insertions, 57 deletions
diff --git a/autofs/autofs_3.1.7.bb b/autofs/autofs_3.1.7.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/autofs/autofs_3.1.7.bb diff --git a/autofs/autofs_3.1.7.oe b/autofs/autofs_3.1.7.oe deleted file mode 100644 index a52c4a57bd..0000000000 --- a/autofs/autofs_3.1.7.oe +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Kernel based automounter for linux." -SECTION = "base" -LICENSE = "GPL" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2" - -inherit autotools - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cp aclocal.m4 acinclude.m4 - fi -} - -do_install () { - install -d ${D}/${mandir}/man5 ${D}/${mandir}/man8 \ - ${D}/${sbindir} - oe_runmake 'INSTALLROOT=${D}' install -} diff --git a/autofs/autofs_4.0.0.bb b/autofs/autofs_4.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/autofs/autofs_4.0.0.bb diff --git a/autofs/autofs_4.0.0.oe b/autofs/autofs_4.0.0.oe deleted file mode 100644 index 225841172a..0000000000 --- a/autofs/autofs_4.0.0.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Kernel based automounter for linux." -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/old/autofs-${PV}-1.tar.bz2" - -inherit autotools - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cp aclocal.m4 acinclude.m4 - fi -} - -do_install () { - oe_runmake 'INSTALLROOT=${D}' install -} diff --git a/autofs/autofs_4.1.3.bb b/autofs/autofs_4.1.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/autofs/autofs_4.1.3.bb diff --git a/autofs/autofs_4.1.3.oe b/autofs/autofs_4.1.3.oe deleted file mode 100644 index 0e75918a99..0000000000 --- a/autofs/autofs_4.1.3.oe +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Kernel based automounter for linux." -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 \ - http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-bad_chdir.patch;patch=1 \ - http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-mtab_lock.patch;patch=1 \ - http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-non_block_ping.patch;patch=1 \ - http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-strict.patch;patch=1 \ - file://cross.patch;patch=1" - -inherit autotools - -do_configure_prepend () { - if [ ! -e acinclude.m4 ]; then - cp aclocal.m4 acinclude.m4 - fi -} - -do_install () { - oe_runmake 'INSTALLROOT=${D}' install -} |