diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-03-21 15:55:38 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:28 +0200 |
commit | ecd4bc6e2dc69250e7ac8514d952ba37388d7c15 (patch) | |
tree | ea31f0de98048a4052d01a9c23c6eeccf1121e60 /recipes/ti | |
parent | 3f7cc0b69f3ffcfb1cd73ed419c922bf7ff047a0 (diff) |
ti-codecs-omapl138_1.00.00: 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-codecs-omapl138_1.00.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-codecs-omapl138_1.00.00.bb b/recipes/ti/ti-codecs-omapl138_1.00.00.bb index b9476aa7ad..204396f2a4 100644 --- a/recipes/ti/ti-codecs-omapl138_1.00.00.bb +++ b/recipes/ti/ti-codecs-omapl138_1.00.00.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Codecs (and Server Combo) for OMAPL138" 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" SRC_URI[l138codecsbin.md5sum] = "64a53cd55bc63d3a6f4db742aff90de9" SRC_URI[l138codecsbin.sha256sum] = "4fb1075ad83f6017616410eff35ada7d567f1ee1b5b23624a817e8fc7dda3f8a" -PR = "r4" +PR = "r5" require ti-paths.inc require ti-staging.inc |