diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-05-09 02:02:34 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-12 11:03:50 +0200 |
commit | 222f43cf492e11cc9af6e45fc535dbd14c75fbec (patch) | |
tree | 3ceaf0ffcd7964c573283e738a9c41b33718ff19 /recipes | |
parent | 1e61802cb044de88abf54dea6e8604e27ab41b62 (diff) |
ti-codecs-omap3530_1.00.01: add LICENSE field
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/ti-codecs-omap3530_1.00.01.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-codecs-omap3530_1.00.01.bb b/recipes/ti/ti-codecs-omap3530_1.00.01.bb index 10aa733367..d6d871b833 100644 --- a/recipes/ti/ti-codecs-omap3530_1.00.01.bb +++ b/recipes/ti/ti-codecs-omap3530_1.00.01.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Codecs (and Server Combo) for OMAP3530" 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) @@ -10,7 +11,7 @@ SRC_URI[omap3codecsbin.md5sum] = "4db567252e6c43119e1c0aafe401a679" SRC_URI[omap3codecsbin.sha256sum] = "e042e1aad42a6728adf5c955dc38e4f8331fc0eacd833f1cd75d9cbb4faff0b5" PE = "1" -PR = "r8" +PR = "r9" require ti-paths.inc require ti-staging.inc |