diff options
author | Brijesh Singh <bksingh@ti.com> | 2010-03-21 11:05:47 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:28 +0200 |
commit | 9cb755093e925b6b8c28c2704b9cd49cabadb510 (patch) | |
tree | ab8879df3a91b283c1c9ab09748ed7a37f212d6c /recipes/ti | |
parent | 03c206be40125cba5df0c414e93ccf44c9af6035 (diff) |
ti-codecs-omapl137_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-omapl137_1.00.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-codecs-omapl137_1.00.00.bb b/recipes/ti/ti-codecs-omapl137_1.00.00.bb index 2926fd7dd1..c350191502 100644 --- a/recipes/ti/ti-codecs-omapl137_1.00.00.bb +++ b/recipes/ti/ti-codecs-omapl137_1.00.00.bb @@ -1,6 +1,7 @@ DESCRIPTION = "TI Codecs (and Server Combo) for OMAPL137" 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) # TODO :: Rename to generic OMAPL codecs (instead of omapl137/138) @@ -10,7 +11,7 @@ PV = "1_00_00" SRC_URI[l137codecsbin.md5sum] = "64a53cd55bc63d3a6f4db742aff90de9" SRC_URI[l137codecsbin.sha256sum] = "4fb1075ad83f6017616410eff35ada7d567f1ee1b5b23624a817e8fc7dda3f8a" -PR = "r4" +PR = "r5" require ti-paths.inc require ti-staging.inc |