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
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
+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/
+}