spca5xx: updated to 20060501, dropped 20050419 - both on lardman request
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Nov 2006 12:33:59 +0000 (12:33 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Nov 2006 12:33:59 +0000 (12:33 +0000)
packages/spca5xx/spca5xx-20060501/.mtn2git_empty [moved from packages/spca5xx/spca5xx-20060202/.mtn2git_empty with 100% similarity]
packages/spca5xx/spca5xx-20060501/Makefile.patch [moved from packages/spca5xx/spca5xx-20060202/Makefile.patch with 100% similarity]
packages/spca5xx/spca5xx_20060202.bb [deleted file]
packages/spca5xx/spca5xx_20060501.bb [moved from packages/spca5xx/spca5xx_20050419.bb with 77% similarity]

diff --git a/packages/spca5xx/spca5xx_20060202.bb b/packages/spca5xx/spca5xx_20060202.bb
deleted file mode 100644 (file)
index b0fcb0f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "USB Webcam driver for spca5xx chipset family supporting \
-over 100 models of camera""
-PRIORITY = "optional"
-SECTION = "kernel/modules"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "http://mxhaard.free.fr/spca50x/Download/spca5xx-20060202.tar.gz \
-           file://Makefile.patch;patch=1" 
-
-S = "${WORKDIR}/spca5xx-20060202"
-
-inherit module
-
-do_compile () {
-        unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
-        oe_runmake 'KERNELDIR=${STAGING_KERNEL_DIR}' \
-                   'CC=${KERNEL_CC}' \
-                   'LD=${KERNEL_LD}' 
-}
-
-do_install() {   
-        install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
-        install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
-}
-
similarity index 77%
rename from packages/spca5xx/spca5xx_20050419.bb
rename to packages/spca5xx/spca5xx_20060501.bb
index f5c2821..1a9b528 100644 (file)
@@ -1,13 +1,13 @@
 DESCRIPTION = "USB Webcam driver for spca5xx chipset family supporting \
-over 100 models of camera""
+over 100 models of camera"
 PRIORITY = "optional"
 SECTION = "kernel/modules"
 LICENSE = "GPL"
-PR = "r0"
 
-SRC_URI = "http://mxhaard.free.fr/spca50x/Download/spca5xx-20050419.tar.gz"
+SRC_URI = "http://mxhaard.free.fr/spca50x/Download/spca5xx-${PV}.tar.gz \
+           file://Makefile.patch;patch=1"
 
-S = "${WORKDIR}/spca5xx-20050419"
+S = "${WORKDIR}/spca5xx-${PV}"
 
 inherit module
 
@@ -22,4 +22,3 @@ do_install() {
         install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
         install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
 }
-