ti-codecs-dm365_4.00.00.00: add new recipe for dm365 codecs
authorBrijesh Singh <bksingh@ti.com>
Thu, 2 Sep 2010 18:51:43 +0000 (13:51 -0500)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Sep 2010 11:20:25 +0000 (13:20 +0200)
commit048e1a19558c8789f6abc75682d85865335bf9e7
tree5132db2949258812c1ce1d615bda6e138a46fbd9
parent4430b2a315371cdec3b5c07da45ca7d3bc04c603
ti-codecs-dm365_4.00.00.00: add new recipe for dm365 codecs

* This recipe downloads the individual codec.s from the web and puts them together to create a codec package.

* The output of codec installer is 'tar' file and we needed to extract this
  file during unpack and since  ti-eula-unpack has a logic for extracting
  tar file, but it assumes gzip version instead of regular tar. And I don't see
  any recipe currently using TARFILE variable hence updating ti-eula-unpack.inc
  to extract 'tar file'. If we come across a use case where we need to handle
  both 'tar' and '.gz' then will consider adding logic to differentiate between
  tar vs gz.

Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codecs-dm365_4.00.00.00.bb [new file with mode: 0755]
recipes/ti/ti-eula-unpack.inc