Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 09:59:51 +0000 (09:59 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 09:59:51 +0000 (09:59 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/08/22 10:59:38+01:00 (none)!pb
fix name of at76_usbdfu.o

BKrev: 41286e97ePJoGY6SJVYiMM6M4RBj_g

at76c503a/at76c503a-modules_cvs.oe

index e69de29..d4741d9 100644 (file)
@@ -0,0 +1,13 @@
+SRC_URI = "cvs://anonymous@cvs.berlios.de/cvsroot/at76c503a;module=at76c503a \
+       file://ipaq.patch;patch=1;pnum=0"
+S = "${WORKDIR}/at76c503a"
+
+inherit module
+
+MODULES = at76c503.o at76_usbdfu.o at76c503-i3861.o at76c503-rfmd.o at76c503-rfmd-acc.o \
+          at76c505-rfmd.o at76c503-i3863.o at76c505-rfmd2958.o
+
+do_install() {
+       install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/usb/
+       for i in ${MODULES}; do install -m 0644 $i ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/usb/$i; done
+}