diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 11:15:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 11:15:42 +0000 |
commit | 36ffda8b2c3588c8811ce80ccb2103623e3a2e1b (patch) | |
tree | a0ce1b9448aa480b59a33aaf21c175a279d67e77 /netbase | |
parent | 659058486a4b2737da49a00d681adaa6074ae1c8 (diff) |
Merge bk://openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/14 06:03:50-05:00 handhelds.org!kergoth
Fix the unionfs modules to use the kernel cc/ld, so the versions match up with the ones used to the build the kernel itself.
2004/11/14 02:44:21-05:00 handhelds.org!kergoth
Add unionfs (A Stackable Unification File System) 1.0.3 utils and modules.
BKrev: 41973e5e0PmlEdPjSjb0WM5OSPsK_Q
Diffstat (limited to 'netbase')
-rw-r--r-- | netbase/netbase_4.18.oe | 33 | ||||
-rw-r--r-- | netbase/netbase_4.19.oe | 0 |
2 files changed, 0 insertions, 33 deletions
diff --git a/netbase/netbase_4.18.oe b/netbase/netbase_4.18.oe deleted file mode 100644 index 860fe8b743..0000000000 --- a/netbase/netbase_4.18.oe +++ /dev/null @@ -1,33 +0,0 @@ -SECTION = "base" -DESCRIPTION = "This package provides the necessary \ -infrastructure for basic TCP/IP based networking." - -inherit update-rc.d - -INITSCRIPT_NAME = "networking" -INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ." - -SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \ - file://options \ - file://init \ - file://hosts \ - file://interfaces" - -do_install () { - install -d ${D}/${sysconfdir}/init.d \ - ${D}/${sbindir} \ - ${D}/${mandir}/man8 \ - ${D}/${sysconfdir}/network/if-pre-up.d \ - ${D}/${sysconfdir}/network/if-up.d \ - ${D}/${sysconfdir}/network/if-down.d \ - ${D}/${sysconfdir}/network/if-post-down.d - install -m 0644 ${WORKDIR}/options ${D}/${sysconfdir}/network/options - install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/networking - install -m 0644 ${WORKDIR}/hosts ${D}/${sysconfdir}/hosts - install -m 0644 etc-rpc ${D}/${sysconfdir}/rpc - install -m 0644 etc-protocols ${D}/${sysconfdir}/protocols - install -m 0644 etc-services ${D}/${sysconfdir}/services - install -m 0755 update-inetd ${D}/${sbindir}/ - install -m 0644 update-inetd.8 ${D}/${mandir}/man8/ - install -m 0644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/interfaces -} diff --git a/netbase/netbase_4.19.oe b/netbase/netbase_4.19.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/netbase/netbase_4.19.oe |