diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-03-21 11:05:03 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:28 +0200 |
commit | 03c206be40125cba5df0c414e93ccf44c9af6035 (patch) | |
tree | 4c8ee8848eb4dfed7702d9d30da501783cc8916e /recipes/ti | |
parent | 705df085893d58a26d5088aa0b3a82122f74ff0e (diff) |
ti-dm355mm-module_1.13: add LICENSE field
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-dm355mm-module_1.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-dm355mm-module_1.13.bb b/recipes/ti/ti-dm355mm-module_1.13.bb index b0df65ced4..a989f9cef8 100644 --- a/recipes/ti/ti-dm355mm-module_1.13.bb +++ b/recipes/ti/ti-dm355mm-module_1.13.bb @@ -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 |