summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxf005570@ <xf005570@>2003-09-24 20:36:16 +0000
committerxf005570@ <xf005570@>2003-09-24 20:36:16 +0000
commitf840a3cc5733f84de792574d80c0748f479d68ab (patch)
tree254e0772b06848a0c08ae0828a3c1e8db13a07f7
parent36d67e9252695b4055b209856012f79f21e1cc28 (diff)
Add libtool-1.5, and remove some remnant bashisms.
BKrev: 3f720040fQhmmSvvdBWSiYWsBXmDHA
-rw-r--r--content/initscripts-1.0.oe27
-rw-r--r--content/jpeg-6b.oe1
-rw-r--r--content/libpng-1.2.5.oe1
-rw-r--r--content/libtool-1.4.3.oe3
-rw-r--r--content/libtool-1.5.oe0
-rw-r--r--content/libtool-1.5/libdir.patch0
-rw-r--r--content/libtool-1.5/libtoolize-staging.patch0
-rw-r--r--content/libtool-1.5/sedvar.patch0
-rw-r--r--content/sysvinit-2.85.oe4
-rw-r--r--content/zlib-1.1.4.oe1
10 files changed, 32 insertions, 5 deletions
diff --git a/content/initscripts-1.0.oe b/content/initscripts-1.0.oe
index e69de29bb2..953fb51aed 100644
--- a/content/initscripts-1.0.oe
+++ b/content/initscripts-1.0.oe
@@ -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
+}
diff --git a/content/jpeg-6b.oe b/content/jpeg-6b.oe
index 73560b2ec8..e40aaa00e0 100644
--- a/content/jpeg-6b.oe
+++ b/content/jpeg-6b.oe
@@ -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
diff --git a/content/libpng-1.2.5.oe b/content/libpng-1.2.5.oe
index a018bcf9af..caae22ec9f 100644
--- a/content/libpng-1.2.5.oe
+++ b/content/libpng-1.2.5.oe
@@ -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}
diff --git a/content/libtool-1.4.3.oe b/content/libtool-1.4.3.oe
index f04e943c8d..f8b159943c 100644
--- a/content/libtool-1.4.3.oe
+++ b/content/libtool-1.4.3.oe
@@ -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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/content/libtool-1.5.oe
diff --git a/content/libtool-1.5/libdir.patch b/content/libtool-1.5/libdir.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/content/libtool-1.5/libdir.patch
diff --git a/content/libtool-1.5/libtoolize-staging.patch b/content/libtool-1.5/libtoolize-staging.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/content/libtool-1.5/libtoolize-staging.patch
diff --git a/content/libtool-1.5/sedvar.patch b/content/libtool-1.5/sedvar.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/content/libtool-1.5/sedvar.patch
diff --git a/content/sysvinit-2.85.oe b/content/sysvinit-2.85.oe
index 04c2045803..1eb13c3751 100644
--- a/content/sysvinit-2.85.oe
+++ b/content/sysvinit-2.85.oe
@@ -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 \
diff --git a/content/zlib-1.1.4.oe b/content/zlib-1.1.4.oe
index 3153aacf65..555f07ccc4 100644
--- a/content/zlib-1.1.4.oe
+++ b/content/zlib-1.1.4.oe
@@ -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