dsplink: add INSANE_SKIP till the codec build gets fixed upstream
authorKoen Kooi <koen@openembedded.org>
Tue, 14 Apr 2009 17:17:20 +0000 (19:17 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 14 Apr 2009 17:17:20 +0000 (19:17 +0200)
recipes/dsplink/gstreamer-ti_svn.bb
recipes/dsplink/ti-codec-engine_2.21.bb
recipes/dsplink/ti-codec-engine_2.23.bb
recipes/dsplink/ti-dmai_svn.bb

index 6944ad5..f3eb7dd 100644 (file)
@@ -2,7 +2,7 @@ DEPENDS = "ti-codec-engine ti-dmai gstreamer gst-plugins-base gst-plugins-good g
 
 SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
           "
-SRCREV = "160"
+SRCREV = "177"
 
 PR = "${MACHINE_KERNEL_PR}"
 
index f0b0d7e..d0cd18e 100644 (file)
@@ -1,5 +1,9 @@
 require dsplink.inc
 
+INSANE_SKIP_ti-codec-engine-apps = True
+INSANE_SKIP_ti-dsplink-apps = True
+INSANE_SKIP_${PN} = True
+
 DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
 
 DEPENDS = "virtual/kernel perl-native"
index bbf54d4..842dfa0 100644 (file)
@@ -3,6 +3,10 @@ DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
 DEPENDS = "virtual/kernel perl-native"
 RDEPENDS = "update-modules"
 
+INSANE_SKIP_ti-codec-engine-apps = True
+INSANE_SKIP_ti-dsplink-apps = True
+INSANE_SKIP_${PN} = True
+
 inherit module
 
 # disable this package for now, while we're in test mode
index ed9cc01..9b0919e 100644 (file)
@@ -6,6 +6,9 @@ inherit module-base
 
 require ti-paths.inc
 
+INSANE_SKIP_${PN} = True
+INSANE_SKIP_${PN}-apps = True
+
 SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRIJESH_GIT_022309;proto=https;user=anonymous;pswd='' \
           file://dmai-built-with-angstrom.patch;patch=1 \
            file://loadmodules-ti-dmai-apps.sh \