misc. SECTION fixes
authorMichael Lauer <mickey@vanille-media.de>
Tue, 12 Apr 2005 13:56:16 +0000 (13:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 12 Apr 2005 13:56:16 +0000 (13:56 +0000)
BKrev: 425bd380QeEURzDMDNXwEK5qgFFICg

15 files changed:
packages/atftp/atftp_0.7.bb
packages/gcc/gcc-cross-sdk_3.3.4.bb
packages/gpsd/gpsd_2.16.bb
packages/gpsd/gpsd_2.17.bb
packages/gpsd/gpsd_2.20.bb
packages/gpsd/gpsd_2.6.bb
packages/gputty/gputty_0.9.8.bb
packages/meta/opie-collections.inc
packages/miau/miau_0.5.3.bb
packages/puppy/puppy_1.6.bb
packages/puppy/puppy_1.8.bb
packages/whois/whois.inc
packages/wpa-supplicant/wpa-supplicant_0.3.6.bb
packages/wpa-supplicant/wpa-supplicant_0.3.8.bb
packages/wpa-supplicant/wpa-supplicant_cvs.bb

index e69de29..ab51647 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "Advanced TFTP server and client"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+HOMEPAGE = "http://packages.debian.org/atftp"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "ftp://ftp.mamalinux.com/pub/atftp/atftp-${PV}.tar.gz \
+          file://atftpd.init"
+S = "${WORKDIR}/atftp-${PV}"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "atftpd"
+INITSCRIPT_PARAMS = "defaults 80"
+
+EXTRA_OECONF = ""
+
+do_install_append() {
+       install -d ${D}${sysconfdir}/init.d
+       install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd
+}
index e69de29..562f671 100644 (file)
@@ -0,0 +1,80 @@
+DESCRIPTION = "The GNU cc and gcc C compilers."
+HOMEPAGE = "http://www.gnu.org/software/gcc/"
+SECTION = "devel"
+LICENSE = "GPL"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+PR = "r1"
+
+inherit autotools sdk
+
+SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
+          file://arm-gotoff.dpatch;patch=1;pnum=0 \
+          file://arm-ldm.dpatch;patch=1;pnum=0 \
+          file://arm-tune.patch;patch=1;pnum=0 \
+          file://arm-ldm-peephole.patch;patch=1;pnum=0 \
+          file://libibery-crosstool.patch;patch=1;pnum=1 \
+          file://reverse-compare.patch;patch=1 \
+          file://gcc34-15089.patch;patch=1 \
+          file://gcc-uclibc-3.3-100-conf.patch;patch=1 \
+          file://gcc-uclibc-3.3-110-conf.patch;patch=1 \
+          file://gcc-uclibc-3.3-120-softfloat.patch;patch=1 \
+          file://gcc-uclibc-3.3-200-code.patch;patch=1 \
+          file://bash3.patch;patch=1"
+
+SRC_URI += 'file://sdk-libstdc++-includes.patch;patch=1'
+
+MIRRORS_prepend () {
+${GNU_MIRROR}/gcc/     http://mirrors.rcn.net/pub/sourceware/gcc/releases/
+}
+
+S = "${WORKDIR}/gcc-${PV}"
+B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
+
+DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
+
+export CPPFLAGS = ""
+export CXXFLAGS = ""
+export CFLAGS = ""
+export LDFLAGS = ""
+
+STAGING_TARGET_INCDIR = "${STAGING_DIR}/${TARGET_SYS}/include"
+STAGING_TARGET_LIBDIR = "${STAGING_DIR}/${TARGET_SYS}/lib"
+
+EXTRA_OECONF = "--with-gnu-ld \
+                --enable-shared \
+                --enable-languages=c,c++,f77 \
+                --enable-threads=posix \
+                --enable-multilib \
+                --enable-c99 \
+                --enable-long-long \
+                --enable-symvers=gnu \
+                --program-prefix=${TARGET_PREFIX} \
+                ${EXTRA_OECONF_PATHS} \
+                ${EXTRA_OECONF_DEP}"
+
+do_configure () {
+       (cd ${S} && gnu-configize) || die "failure running gnu-configize"
+       (cd ${S}/libstdc++-v3 && autoreconf)
+       oe_runconf
+       mkdir -p gcc
+       ln -sf ${CROSS_DIR}/bin/${TARGET_PREFIX}as gcc/as
+       ln -sf ${CROSS_DIR}/bin/${TARGET_PREFIX}ld gcc/ld
+       ln -sf ${STAGING_TARGET_INCDIR}/* ${S}/include
+       ln -sf ${STAGING_TARGET_LIBDIR}/crt*.o gcc/
+}
+
+do_compile () {
+       export CC="${BUILD_CC}"
+       export AR_FOR_TARGET="${TARGET_SYS}-ar"
+       export RANLIB_FOR_TARGET="${TARGET_SYS}-ranlib"
+       export LD_FOR_TARGET="${TARGET_SYS}-ld"
+       export NM_FOR_TARGET="${TARGET_SYS}-nm"
+       export CC_FOR_TARGET="${CCACHE} ${TARGET_SYS}-gcc"
+       oe_runmake CFLAGS_FOR_TARGET="-I${STAGING_TARGET_INCDIR}" 
+}
+
+do_install () {
+       autotools_do_install
+}
index e69de29..a024351 100644 (file)
@@ -0,0 +1,35 @@
+DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "Jose Bernardo Silva <jbs@bandos.homelinux.com> \
+               Robert Anderson <rea@sr.unh.edu> \
+               Stephan Zalewski <stephan.zalewski@uni-dusseldorf.de>"
+LICENSE = "GPL"
+
+SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
+       file://gpsd"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "gpsd"
+INITSCRIPT_PARAMS = "defaults 35"
+
+LDFLAGS = -lm
+
+do_stage () {
+        oe_libinstall -so -C ${S}/.libs libgps ${STAGING_LIBDIR}
+        install -m 0655 ${S}/libgps.la ${STAGING_LIBDIR}
+        install -m 0655 ${S}/gps.h ${STAGING_INCDIR}
+        install -m 0655 ${S}/gpsd.h ${STAGING_INCDIR}
+}
+
+do_install_append () {
+        install -d ${D}/${sysconfdir}/init.d
+        install -d ${D}/dev
+        install -m 0755 ${WORKDIR}/gpsd ${D}/${sysconfdir}/init.d/
+       ln -sf /dev/ttyS3 ${D}/dev/gps
+}
+
+FILES_gpsd =+ "/dev/gps ${sysconfdir}/inid.d/gpsd"
+PACKAGES =+ "libgps"
+FILES_libgps = "${libdir}"
index e69de29..a024351 100644 (file)
@@ -0,0 +1,35 @@
+DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "Jose Bernardo Silva <jbs@bandos.homelinux.com> \
+               Robert Anderson <rea@sr.unh.edu> \
+               Stephan Zalewski <stephan.zalewski@uni-dusseldorf.de>"
+LICENSE = "GPL"
+
+SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
+       file://gpsd"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "gpsd"
+INITSCRIPT_PARAMS = "defaults 35"
+
+LDFLAGS = -lm
+
+do_stage () {
+        oe_libinstall -so -C ${S}/.libs libgps ${STAGING_LIBDIR}
+        install -m 0655 ${S}/libgps.la ${STAGING_LIBDIR}
+        install -m 0655 ${S}/gps.h ${STAGING_INCDIR}
+        install -m 0655 ${S}/gpsd.h ${STAGING_INCDIR}
+}
+
+do_install_append () {
+        install -d ${D}/${sysconfdir}/init.d
+        install -d ${D}/dev
+        install -m 0755 ${WORKDIR}/gpsd ${D}/${sysconfdir}/init.d/
+       ln -sf /dev/ttyS3 ${D}/dev/gps
+}
+
+FILES_gpsd =+ "/dev/gps ${sysconfdir}/inid.d/gpsd"
+PACKAGES =+ "libgps"
+FILES_libgps = "${libdir}"
index 6c8114a..5014a80 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
-SECTION = "net"
+SECTION = "network"
 PRIORITY = "optional"
 MAINTAINER = "Jose Bernardo Silva <jbs@bandos.homelinux.com> \
                Robert Anderson <rea@sr.unh.edu> \
index cb32b2d..be796d6 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
-SECTION = "net"
+SECTION = "network"
 PRIORITY = "optional"
 MAINTAINER = "Robert Anderson <rea@sr.unh.edu>"
 LICENSE = "GPL"
index e69de29..5e1ed06 100644 (file)
@@ -0,0 +1,27 @@
+#  OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "GPuTTY is a PuTTY clone using the Gnome environment"
+HOMEPAGE = "http://www.defora.org/index.php?page=gputty"
+LICENSE = "GPL"
+SECTION = "network"
+PR = "r0"
+
+SRC_URI = "http://people.defora.org/~khorben/projects/gputty/gputty-${PV}.tar.gz \
+           file://gputty"
+
+do_compile() {
+       oe_runmake -C src
+}
+
+do_install() {
+       install -d ${D}${bindir}
+       oe_runmake -C src BINDIR="${bindir}" DESTDIR="${D}" install
+       install -d ${D}${sysconfdir}/
+       install -m 0644 ${WORKDIR}/gputty ${D}${sysconfdir}/
+}
+
+# Save the configuration file in the package
+FILES_${PN} += " /etc/gputty"
+
index 51f8e24..589897c 100644 (file)
@@ -92,9 +92,9 @@ OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-sec
 #
 
 OPIE_DEPENDS_24  = "konqueror-embedded opie-calculator opie-checkbook opie-mail opie-eye opie-rdesktop opie-reader \
-                    qpdf2 froot        opie-wellenreiter"
+                    qpdf2 opie-wellenreiter opie-parashoot opie-mindbreaker opie-fifteen opie-tictac opie-tetrix"
 OPIE_RDEPENDS_24 = "konqueror-embedded opie-calculator opie-checkbook opie-mail opie-eye opie-rdesktop opie-reader \
-                    qpdf2 froot        opie-wellenreiter"
+                    qpdf2 opie-wellenreiter opie-parashoot opie-mindbreaker opie-fifteen opie-tictac opie-tetrix"
 
 #
 #
index e69de29..5644c11 100644 (file)
@@ -0,0 +1,42 @@
+DESCRIPTION = "MIAU IRC Bouncer"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+HOMEPAGE = "http://sf.net/project/miau/"
+LICENSE = "GPL"
+PR = "r2"
+
+SRC_URI = "http://aleron.dl.sourceforge.net/sourceforge/miau/miau-${PV}.tar.gz \
+           file://paths.patch;patch=1 \
+          file://miau.init"
+S = "${WORKDIR}/miau-${PV}"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "miau"
+INITSCRIPT_PARAMS = "defaults 80"
+
+EXTRA_OECONF = "\
+               --enable-dccbounce \
+               --enable-automode \
+               --enable-releasenick \
+               --enable-ctcp-replies \
+               --enable-mkpasswd \
+               --enable-uptime \
+               --enable-chanlog \
+               --enable-privlog \
+               --enable-onconnect \
+               --enable-empty-awaymsg \
+               --enable-enduserdebug \
+               --enable-pingstat \
+               --enable-dumpstatus \
+       "
+
+do_install_append() {
+       install -d ${D}${localstatedir}/spool/miau
+       install -d ${D}${sysconfdir}/init.d
+       install -m 0644 ${S}/misc/miaurc ${D}${sysconfdir}/miau.conf
+       install -m 0755 ${WORKDIR}/miau.init ${D}${sysconfdir}/init.d/miau
+}
+
+CONFFILES_${PN} = "${sysconfdir}/miau.conf"
index bd7dc7a..1d2f8f4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Interface software for the TopField TF5000PVRt"
-SECTION = "networking"
+SECTION = "network"
 PRIORITY = "optional"
 MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
 HOMEPAGE = "http://sf.net/project/puppy/"
index e69de29..5ea2713 100644 (file)
@@ -0,0 +1,17 @@
+DESCRIPTION = "Interface software for the TopField TF5000PVRt"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+HOMEPAGE = "http://sf.net/project/puppy/"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_8"
+S = "${WORKDIR}/puppy"
+
+inherit autotools
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 ${S}/puppy ${D}${bindir}/puppy
+}
index 9587920..cef7856 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "whois is an improved whois client"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://www.linux.it/~md/software/"
-SECTION = "net"
+SECTION = "network"
 
 def whois_intl(bb, d):
        # FIXME: This is ugly.. we already have the virtual for this,
index b6b9c2f..f0572df 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "A Client for Wi-Fi Protected Access (WPA)."
-SECTION = "net"
+SECTION = "network"
 LICENSE = "GPL"
 MAINTAINER = "Holger Schurig"
 HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
index e69de29..82b4eb5 100644 (file)
@@ -0,0 +1,35 @@
+DESCRIPTION = "A Client for Wi-Fi Protected Access (WPA)."
+SECTION = "network"
+LICENSE = "GPL"
+MAINTAINER = "Holger Schurig"
+HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
+DEPENDS = "openssl"
+DEPENDS_mtx-1_append = "madwifi-modules"
+PR = "r0"
+
+SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
+       file://madwifi-bsd-fix.diff;patch=1;pnum=0 \
+       file://defconfig \
+       file://wpa_supplicant.conf"
+S = "${WORKDIR}/wpa_supplicant-${PV}"
+
+do_configure () {
+       install -m 0755 ${WORKDIR}/defconfig  .config
+}
+
+do_compile () {
+       make
+}
+
+do_install () {
+       install -d ${D}${sbindir}
+       install -m755 wpa_supplicant ${D}${sbindir}
+       install -m755 wpa_passphrase ${D}${sbindir}
+       install -m755 wpa_cli        ${D}${sbindir}
+
+       install -d ${D}${sysconfdir}
+       install -m644 ${WORKDIR}/wpa_supplicant.conf ${D}${sysconfdir}
+
+       install -d ${D}${docdir}/wpa_supplicant
+       install -m644 README ${D}${docdir}/wpa_supplicant
+}
index baa423a..6696df6 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Client for Wi-Fi Protected Access (WPA)."
-SECTION = "net"
+SECTION = "network"
 LICENSE = "GPL"
 MAINTAINER = "Holger Schurig"
 HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"