ti-dm355mm-module_1.13: add LICENSE field
authorBrijesh Singh <bksingh@ti.com>
Sun, 21 Mar 2010 16:05:03 +0000 (11:05 -0500)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:28 +0000 (19:43 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-dm355mm-module_1.13.bb

index b0df65c..a989f9c 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "User space DMA module for DM355"
 SECTION = "devel"
+LICENSE = "GPLv2"
 
 require ti-paths.inc
 require ti-staging.inc
@@ -17,7 +18,7 @@ BINFILE="dm355_codecs_setuplinux_${PV}.bin"
 TI_BIN_UNPK_CMDS = "y:Y: qY:workdir"
 
 #This is a kernel module, don't set PR directly
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 
 do_configure() {
        find ${S} -name "*.ko" -exec rm {} \; || true