diff options
Diffstat (limited to 'recipes/sn9c102/sn9c102_1.32.bb')
-rw-r--r-- | recipes/sn9c102/sn9c102_1.32.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sn9c102/sn9c102_1.32.bb b/recipes/sn9c102/sn9c102_1.32.bb new file mode 100644 index 0000000000..fae68d0473 --- /dev/null +++ b/recipes/sn9c102/sn9c102_1.32.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Drivers for sn9c10x webcams" +LICENSE = "GPL" +HOMEPAGE = "http://www.linux-projects.org/" +SRC_URI = "http://www.linux-projects.org/downloads/${P}.tar.gz" + +inherit module + +LDFLAGS="" + +do_compile() { +oe_runmake KVERSION=${KERNEL_VERSION} KDIR=${STAGING_KERNEL_DIR} modules +} + +FILES_${PN} = "/lib/modules/" + |