diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-02 20:27:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-02 20:27:23 +0100 |
commit | 5ac01b1aa855e8a83d64300d02cc14e574a86d88 (patch) | |
tree | 8b28f400c19e87d8956533dc7d83a35f9483ed1c /packages/dsplink/ti-lpm-module_2.21.bb | |
parent | f9c60f769454e951aea93102728515eb376ac850 (diff) |
dsplink, codec-engine: put include files in one include and change build depending on source layout
Diffstat (limited to 'packages/dsplink/ti-lpm-module_2.21.bb')
-rw-r--r-- | packages/dsplink/ti-lpm-module_2.21.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/dsplink/ti-lpm-module_2.21.bb b/packages/dsplink/ti-lpm-module_2.21.bb deleted file mode 100644 index 4a24033afd..0000000000 --- a/packages/dsplink/ti-lpm-module_2.21.bb +++ /dev/null @@ -1,20 +0,0 @@ -# tconf from xdctools dislikes '.' in pwd :/ -PR = "r4" -PV = "221" - -# Get CE tarball from TI website, place in sources and calculate -# md5sum -# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/CE/index.html - -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 |