Add libtool-1.5, and remove some remnant bashisms.
authorxf005570@ <xf005570@>
Wed, 24 Sep 2003 20:36:16 +0000 (20:36 +0000)
committerxf005570@ <xf005570@>
Wed, 24 Sep 2003 20:36:16 +0000 (20:36 +0000)
BKrev: 3f720040fQhmmSvvdBWSiYWsBXmDHA

content/initscripts-1.0.oe
content/jpeg-6b.oe
content/libpng-1.2.5.oe
content/libtool-1.4.3.oe
content/libtool-1.5.oe [new file with mode: 0644]
content/libtool-1.5/libdir.patch [new file with mode: 0644]
content/libtool-1.5/libtoolize-staging.patch [new file with mode: 0644]
content/libtool-1.5/sedvar.patch [new file with mode: 0644]
content/sysvinit-2.85.oe
content/zlib-1.1.4.oe

index e69de29..953fb51 100644 (file)
@@ -0,0 +1,27 @@
+DESCRIPTION="SysV init scripts"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
+
+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
+}
index 73560b2..e40aaa0 100644 (file)
@@ -18,7 +18,6 @@ CFLAGS_append = " -D_REENTRANT"
 #export AR:=${AR} rv
 
 do_stage() {
-       install -d ${STAGING_DIR}/{bin,lib,include}
        install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h
        install -m 644 -D jpeglib.h ${STAGING_DIR}/target/include/jpeglib.h
        install -m 644 -D jmorecfg.h ${STAGING_DIR}/target/include/jmorecfg.h
index a018bcf..caae22e 100644 (file)
@@ -20,7 +20,6 @@ do_compile() {
 }
 
 do_stage() {
-       install -d ${STAGING_DIR}/{bin,lib,include}
        install -m 644 -D png.h ${STAGING_DIR}/target/include/png.h
        install -m 644 -D pngconf.h ${STAGING_DIR}/target/include/pngconf.h
        install -m 755 -D libpng12.so.0.${PV} ${STAGING_LIBDIR}/libpng12.so.0.${PV}
index f04e943..f8b1599 100644 (file)
@@ -27,7 +27,8 @@ do_configure_prepend () {
 }
 
 do_stage () {
-       install -d ${STAGING_DIR}/share/{libtool,aclocal}
+       install -d ${STAGING_DIR}/share/libtool \
+                  ${STAGING_DIR}/share/aclocal
        install -m 0755 libtool ${STAGING_BINDIR}/libtool
        install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize
        install -c config.guess ${STAGING_DIR}/share/libtool/
diff --git a/content/libtool-1.5.oe b/content/libtool-1.5.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/libtool-1.5/libdir.patch b/content/libtool-1.5/libdir.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/libtool-1.5/libtoolize-staging.patch b/content/libtool-1.5/libtoolize-staging.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/libtool-1.5/sedvar.patch b/content/libtool-1.5/sedvar.patch
new file mode 100644 (file)
index 0000000..e69de29
index 04c2045..1eb13c3 100644 (file)
@@ -13,7 +13,9 @@ CFLAGS_prepend = "-D_GNU_SOURCE "
 export LCRYPT = "-lcrypt"
 
 do_install () {
-       install -d ${D}/{usr/{,s}bin,sbin,etc/{default,init.d}}
+       install -d ${D}/${bindir} ${D}/${sbindir} \
+                  ${D}/sbin ${D}/${sysconfdir}/default \
+                  ${D}/${sysconfdir}/init.d
 #      install -m 755 debian/sysv-rc/sbin/invoke-rc.d \
 #              debian/sysv-rc/sbin/update-rc.d ${D}/usr/sbin/
        install -m 755 halt killall5 \
index 3153aac..555f07c 100644 (file)
@@ -20,7 +20,6 @@ do_compile() {
 }
 
 do_stage() {
-       install -d ${STAGING_DIR}/{bin,lib,include}
        install -m 0644 zlib.h ${STAGING_DIR}/target/include/zlib.h
        install -m 0644 zconf.h ${STAGING_DIR}/target/include/zconf.h
        install -m 0755 libz.so.1.1.4 ${STAGING_LIBDIR}/libz.so.1.1.4