From: Chris Larson Date: Mon, 29 Sep 2003 16:53:52 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~20758 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f0b2f81e36c465803152ffac4a5e1faaef914b;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe/packages 2003/09/29 11:53:43-05:00 ti.com!kergoth .del-s.conftest~1b7f968dfea65502: Delete: tmp/base/make-3.80-r0/make-3.80/s.conftest gawk-3.0.4.oe: Fully populate install for gawk. tslib.oe: Include the plugins in the tslib tarball. initscripts-1.0.oe: Include some rcS.d symlinks in initscripts. s.conftest: new file BKrev: 3f7863a0c0K7LV9AQvinC5pwkONz8g --- diff --git a/gawk/gawk-3.0.4.oe b/gawk/gawk-3.0.4.oe index e69de29bb2..dadfaf94fd 100644 --- a/gawk/gawk-3.0.4.oe +++ b/gawk/gawk-3.0.4.oe @@ -0,0 +1,7 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz +S = ${WORKDIR}/${P} + +inherit autotools diff --git a/initscripts/initscripts-1.0.oe b/initscripts/initscripts-1.0.oe index e69de29bb2..30a486fcd1 100644 --- a/initscripts/initscripts-1.0.oe +++ b/initscripts/initscripts-1.0.oe @@ -0,0 +1,57 @@ +DESCRIPTION="SysV init scripts" +MAINTAINER="Chris Larson " + +do_install () { + install -d ${D}/${sysconfdir}/init.d \ + ${D}/${sysconfdir}/rcS.d \ + ${D}/${sysconfdir}/rc0.d \ + ${D}/${sysconfdir}/rc1.d \ + ${D}/${sysconfdir}/rc2.d \ + ${D}/${sysconfdir}/rc3.d \ + ${D}/${sysconfdir}/rc4.d \ + ${D}/${sysconfdir}/rc5.d \ + ${D}/${sysconfdir}/rc6.d + install -m 0755 ${FILESDIR}/bootmisc.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/checkroot.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/finish ${D}/etc/init.d + install -m 0755 ${FILESDIR}/halt ${D}/etc/init.d + install -m 0755 ${FILESDIR}/hostname.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/mountall.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/mountnfs.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/reboot ${D}/etc/init.d + install -m 0755 ${FILESDIR}/rmnologin ${D}/etc/init.d + install -m 0755 ${FILESDIR}/sendsigs ${D}/etc/init.d + install -m 0755 ${FILESDIR}/single ${D}/etc/init.d + install -m 0755 ${FILESDIR}/umountnfs.sh ${D}/etc/init.d + install -m 0755 ${FILESDIR}/urandom ${D}/etc/init.d + +# links + ln -sf ../init.d/rmnologin ${D}/etc/rc2.d/S99rmnologin + ln -sf ../init.d/rmnologin ${D}/etc/rc3.d/S99rmnologin + ln -sf ../init.d/rmnologin ${D}/etc/rc4.d/S99rmnologin + ln -sf ../init.d/rmnologin ${D}/etc/rc5.d/S99rmnologin + ln -sf ../init.d/sendsigs ${D}/etc/rc6.d/S20sendsigs +# ln -sf ../init.d/urandom ${D}/etc/rc6.d/S30urandom + ln -sf ../init.d/umountnfs.sh ${D}/etc/rc6.d/S31umountnfs.sh +# ln -sf ../init.d/umountfs ${D}/etc/rc6.d/S40umountfs + ln -sf ../init.d/reboot ${D}/etc/rc6.d/S90reboot + ln -sf ../init.d/sendsigs ${D}/etc/rc0.d/S20sendsigs + ln -sf ../init.d/urandom ${D}/etc/rc0.d/S30urandom + ln -sf ../init.d/umountnfs.sh ${D}/etc/rc0.d/S31umountnfs.sh +# ln -sf ../init.d/umountfs ${D}/etc/rc0.d/S40umountfs + ln -sf ../init.d/halt ${D}/etc/rc0.d/S90halt +# ln -sf ../init.d/banner ${D}/etc/rcS.d/S01banner + ln -sf ../init.d/checkroot.sh ${D}/etc/rcS.d/S10checkroot.sh +# ln -sf ../init.d/checkfs.sh ${D}/etc/rcS.d/S30checkfs.sh + ln -sf ../init.d/mountall.sh ${D}/etc/rcS.d/S35mountall.sh +# ln -sf ../init.d/extractfs ${D}/etc/rcS.d/S36extractfs + ln -sf ../init.d/hostname.sh ${D}/etc/rcS.d/S40hostname.sh + ln -sf ../init.d/mountnfs.sh ${D}/etc/rcS.d/S45mountnfs.sh + ln -sf ../init.d/bootmisc.sh ${D}/etc/rcS.d/S55bootmisc.sh + ln -sf ../init.d/urandom ${D}/etc/rcS.d/S55urandom +# ln -sf ../init.d/packages ${D}/etc/rcS.d/S98packages + ln -sf ../init.d/finish ${D}/etc/rcS.d/S99finish +# ln -sf ../init.d/devices ${D}/etc/rcS.d/S01devices +# ln -sf ../init.d/devpts.sh ${D}/etc/rcS.d/S31devpts.sh +# ln -sf ../init.d/ramdisk ${D}/etc/rcS.d/S30ramdisk +} diff --git a/tslib/tslib.oe b/tslib/tslib.oe index f569130b03..72dfe7d94b 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -26,16 +26,4 @@ do_stage () { install -m 0644 src/tslib-private.h ${STAGING_DIR}/target/include/ } -do_install () { - - install -d ${D}/${libdir} - install -d ${D}/usr/include - install -m 0755 src/.libs/libts-0.0.so.0.1.0 ${D}/${libdir} - ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so.0 - ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so - ln -sf libts-0.0.so ${D}/${libdir}/libts.so - install -m 0644 src/tslib.h ${D}/usr/include - install -m 0644 src/tslib-private.h ${D}/usr/include -} - - +FILES_tslib_append = " ${datadir}/ts/plugins/*.so"