From 04d8917f4ce8bd97882c3731fbf47aef467f0fc0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 21 Jun 2009 12:43:24 +0200 Subject: dvsdk: sync with TI overlay, but change a few things: * fix toolchain paths to work with internal toolchains * start installing to ${datadir} again * use MACHINE_KERNEL_PR for kernel modules * and more fixes --- recipes/dvsdk/ti-lpm-module_2.23.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/dvsdk/ti-lpm-module_2.23.1.bb') diff --git a/recipes/dvsdk/ti-lpm-module_2.23.1.bb b/recipes/dvsdk/ti-lpm-module_2.23.1.bb index 790b7f99d0..8684fa1f97 100644 --- a/recipes/dvsdk/ti-lpm-module_2.23.1.bb +++ b/recipes/dvsdk/ti-lpm-module_2.23.1.bb @@ -4,8 +4,10 @@ inherit module # compile and run time dependencies DEPENDS = " virtual/kernel perl-native ti-dsplink-module" -PR = "r9" PV = "2231" +#This is a kernel module, don't set PR directly +MACHINE_KERNEL_PR_append = "a" + SRC_URI = "http://install.source.dir.com/codec_engine_2_23_01.tar.gz " -- cgit v1.2.3