diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-03-21 13:30:14 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:28 +0200 |
commit | 3f7cc0b69f3ffcfb1cd73ed419c922bf7ff047a0 (patch) | |
tree | f31c21000c4e32c0b28424a14dbc254233cc775a | |
parent | 9cb755093e925b6b8c28c2704b9cd49cabadb510 (diff) |
ti-codecs-dm6467_1.00.00.03: add LICENSE field
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-codecs-dm6467_1.00.00.03.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-codecs-dm6467_1.00.00.03.bb b/recipes/ti/ti-codecs-dm6467_1.00.00.03.bb index 1b51254072..544dec5109 100644 --- a/recipes/ti/ti-codecs-dm6467_1.00.00.03.bb +++ b/recipes/ti/ti-codecs-dm6467_1.00.00.03.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Codecs (and Server Combo) for DM6467" HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent" SECTION = "multimedia" +LICENSE = "TI" # TODO :: Move to common .inc (omap3 and omapl ready) @@ -9,7 +10,7 @@ PV = "1_00_00_03" SRC_URI[dm6467codecsbin.md5sum] = "c15085bd613a1df4f3634cc3ed0e04a5" SRC_URI[dm6467codecsbin.sha256sum] = "d10e221e53ca4420d72e13496ceabce9b2d0be8c08a5d622bee691ccfa98b8bd" -PR = "r2" +PR = "r3" require ti-paths.inc require ti-staging.inc |