diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-14 19:17:20 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-14 19:17:20 +0200 |
commit | 13e3e087e4d45555ee29caf09576961db9e5f30e (patch) | |
tree | e59e5d31f0dc49807cb63ffd1b6910047bcd45f8 /recipes/dsplink/ti-dmai_svn.bb | |
parent | a0239e4e331665010547e59e62dd21d94503decd (diff) |
dsplink: add INSANE_SKIP till the codec build gets fixed upstream
Diffstat (limited to 'recipes/dsplink/ti-dmai_svn.bb')
-rw-r--r-- | recipes/dsplink/ti-dmai_svn.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb index ed9cc01a50..9b0919ef82 100644 --- a/recipes/dsplink/ti-dmai_svn.bb +++ b/recipes/dsplink/ti-dmai_svn.bb @@ -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 \ |