libxine: update to version 1.1.19
[openembedded.git] / recipes / ti / ti-codec-engine_2.25.00.05.bb
blob726e92fe32fb19d408f46b55afab6d17965be2a1
1 require ti-codec-engine.inc
3 PV = "2_25_00_05"
5 SRC_URI[cetarball.md5sum] = "618f027c4a471a0658ed999621ac190b"
6 SRC_URI[cetarball.sha256sum] = "81acdf9236f3062c26356db502837ae13addb35f03c02a847f9b0face9657b51"
8 do_compile_prepend() {
10 # Add OMAPL138 target build configuration
11 sed -i \
12 -e 's/# figure out what categories of devices we are to build for/ \
13 # figure out what categories of devices we are to build for \
14 ifneq (,$(findstring OMAPL138,$(DEVICES))) \
15 DEVICES_DUALCPU := 1 \
16 endif/g' \
17 ${S}/examples/xdcpaths.mak
21 do_install_prepend() {
23 # Re-use OMAPL137 system files for OMAPL138
24 ln -sf ${S}/examples/apps/system_files/OMAPL137 ${S}/examples/apps/system_files/OMAPL138 || true
27 do_install_append() {
29 # Fix-up loadmodules to use modprobe instead of insmod
30 sed -i \
31 -e 's/insmod/modprobe/g' \
32 -e 's/.ko//g' \
33 ${D}/${installdir}/codec-engine-apps/loadmodules.sh