diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-15 14:12:46 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-15 14:12:46 +0100 |
commit | 7a59e5082766cb19288aecdf72b9c0703071d3e8 (patch) | |
tree | b77e3f5b03906d8647b5e8c1912d0aad118d068c /packages/dsplink/ti-lpm-module_2.21.bb | |
parent | a67695446b604cca6d8969adc3c273b632e5a037 (diff) |
ti-cmemk-module, ti-lpm-module: adapt build to release versions that fixed the weird stuff we worked around
Diffstat (limited to 'packages/dsplink/ti-lpm-module_2.21.bb')
-rw-r--r-- | packages/dsplink/ti-lpm-module_2.21.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/dsplink/ti-lpm-module_2.21.bb b/packages/dsplink/ti-lpm-module_2.21.bb index 9a9791894d..6a6945f710 100644 --- a/packages/dsplink/ti-lpm-module_2.21.bb +++ b/packages/dsplink/ti-lpm-module_2.21.bb @@ -9,7 +9,12 @@ PV = "221" SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_21.tar.gz \ file://Makefile.dsplink \ " +inherit module S = "${WORKDIR}/codec_engine_2_21" +do_compile() { + : +} + require lpm.inc |