Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMichael Lauer <mickey@vanille-media.de>
Wed, 26 Jan 2005 12:42:05 +0000 (12:42 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 26 Jan 2005 12:42:05 +0000 (12:42 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/01/26 13:41:52+01:00 uni-frankfurt.de!mickeyl
add usb patches courtesy Dave Brownell

BKrev: 41f7901dbnSa5Pz5GULnKaUyvY55Mg

packages/netbase/netbase/interfaces
packages/pth/pth_2.0.2.bb
packages/usbutils/usbutils-0.11/configure.patch [deleted file]
packages/usbutils/usbutils_0.11+cvs20041108.bb [deleted file]
packages/usbutils/usbutils_0.11.bb [deleted file]
packages/usbutils/usbutils_cvs.bb [moved from packages/usbutils/usbutils-0.11+cvs20041108/usbutils-0.11+cvs20041108.patch with 100% similarity]

index 63d2a93..d7b40dc 100644 (file)
@@ -14,10 +14,14 @@ iface atml0 inet dhcp
 iface eth0 inet dhcp
 iface eth1 inet dhcp
 
-# Zaurus usbnet
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+iface usb0 inet dhcp
+
+# Zaurus 2.4 Lineo net_fd; obsolete
 iface usbd0 inet dhcp
 
-# iPAQ usb network
+# iPAQ 2.4 mach-sa1100/usb-eth
 # (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
 iface usbf inet static
         address 192.168.0.202
index e69de29..1462181 100644 (file)
@@ -0,0 +1,27 @@
+DESCRIPTION = "GNU Portable Threads"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL FDL"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
+
+inherit autotools 
+
+do_configure() {
+       gnu-configize
+       oe_runconf
+}
+
+do_stage() {
+       oe_libinstall -so libpth ${STAGING_LIBDIR}
+
+       install -d ${STAGING_INCDIR}/
+       for X in pth.h
+       do
+               install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X
+       done
+
+       install -d ${STAGING_DATADIR}/aclocal
+       install pth.m4 ${STAGING_DATADIR}/aclocal/
+}
diff --git a/packages/usbutils/usbutils-0.11/configure.patch b/packages/usbutils/usbutils-0.11/configure.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/usbutils/usbutils_0.11+cvs20041108.bb b/packages/usbutils/usbutils_0.11+cvs20041108.bb
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/usbutils/usbutils_0.11.bb b/packages/usbutils/usbutils_0.11.bb
deleted file mode 100644 (file)
index e69de29..0000000