diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-04 09:52:11 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:22 +0200 |
commit | b13ba875fd3af86ef6978a2db6f71e91405f072c (patch) | |
tree | 09ef4b3da3af1657ed90bfdc6bb07821a6d48304 /recipes | |
parent | ddd7c1e3ac560a79f25941bfe985b4ad5d34a340 (diff) |
ti-codecs-dm355: codec server has no GNU_HASH
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/ti-codecs-dm355_1.13.000.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ti/ti-codecs-dm355_1.13.000.bb b/recipes/ti/ti-codecs-dm355_1.13.000.bb index 5a0e61b4c3..ad80bd87c6 100644 --- a/recipes/ti/ti-codecs-dm355_1.13.000.bb +++ b/recipes/ti/ti-codecs-dm355_1.13.000.bb @@ -44,3 +44,4 @@ do_install() { PACKAGES += "ti-codecs-dm355-server" FILES_ti-codecs-dm355-server = "${installdir}/ti-codecs-server/*" +INSANE_SKIP_ti-codecs-dm355-server = True |