diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-01-26 12:42:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-01-26 12:42:05 +0000 |
commit | 82f5acfeac4e585adb7982155b80916469b4098c (patch) | |
tree | 9af985c4bcdd4d6f08bf111c71249f2920d45f99 | |
parent | 4db45153b6aa998fa97eef95212f5d0b972f1030 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
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
-rw-r--r-- | packages/netbase/netbase/interfaces | 8 | ||||
-rw-r--r-- | packages/pth/pth_2.0.2.bb | 27 | ||||
-rw-r--r-- | packages/usbutils/usbutils-0.11/configure.patch | 0 | ||||
-rw-r--r-- | packages/usbutils/usbutils_0.11+cvs20041108.bb | 0 | ||||
-rw-r--r-- | packages/usbutils/usbutils_0.11.bb | 0 | ||||
-rw-r--r-- | packages/usbutils/usbutils_cvs.bb (renamed from packages/usbutils/usbutils-0.11+cvs20041108/usbutils-0.11+cvs20041108.patch) | 0 |
6 files changed, 33 insertions, 2 deletions
diff --git a/packages/netbase/netbase/interfaces b/packages/netbase/netbase/interfaces index 63d2a93f55..d7b40dc380 100644 --- a/packages/netbase/netbase/interfaces +++ b/packages/netbase/netbase/interfaces @@ -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 diff --git a/packages/pth/pth_2.0.2.bb b/packages/pth/pth_2.0.2.bb index e69de29bb2..14621818da 100644 --- a/packages/pth/pth_2.0.2.bb +++ b/packages/pth/pth_2.0.2.bb @@ -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 index e69de29bb2..0000000000 --- a/packages/usbutils/usbutils-0.11/configure.patch +++ /dev/null diff --git a/packages/usbutils/usbutils_0.11+cvs20041108.bb b/packages/usbutils/usbutils_0.11+cvs20041108.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/usbutils/usbutils_0.11+cvs20041108.bb +++ /dev/null diff --git a/packages/usbutils/usbutils_0.11.bb b/packages/usbutils/usbutils_0.11.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/usbutils/usbutils_0.11.bb +++ /dev/null diff --git a/packages/usbutils/usbutils-0.11+cvs20041108/usbutils-0.11+cvs20041108.patch b/packages/usbutils/usbutils_cvs.bb index e69de29bb2..e69de29bb2 100644 --- a/packages/usbutils/usbutils-0.11+cvs20041108/usbutils-0.11+cvs20041108.patch +++ b/packages/usbutils/usbutils_cvs.bb |