diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-02 19:50:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:21 +0200 |
commit | 1974acdc4cc156d69c3e78ebe3021c73769aa7f6 (patch) | |
tree | 6f60cbb52e1579f8ed27773c99ad3ce548c801ad /recipes/ti | |
parent | 48049dedec84665a2a9766dd19a65688f21bc543 (diff) |
ti-dm355mm-module: adjust for removed dm355 .inc
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-dm355mm-module_1.13.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ti/ti-dm355mm-module_1.13.bb b/recipes/ti/ti-dm355mm-module_1.13.bb index b9a8830525..cbe26a1fa4 100644 --- a/recipes/ti/ti-dm355mm-module_1.13.bb +++ b/recipes/ti/ti-dm355mm-module_1.13.bb @@ -1,7 +1,10 @@ DESCRIPTION = "User space DMA module for DM355" SECTION = "devel" -require ti-codecs-dm355.inc +require ti-paths.inc +require ti-staging.inc +require ti-eula-unpack.inc + inherit module PV = "1_13_000" |