aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-28 20:59:55 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-28 20:59:55 +0200
commit17cf1e72de473ffd2f11e213bacd18800afc78f0 (patch)
tree6af747da2dc1ed7a8d4ae8b4f86ae36146f4fff6
parentff23c9810ac534e75e72b9a53bd98c0e87b57601 (diff)
downloadopenembedded-17cf1e72de473ffd2f11e213bacd18800afc78f0.tar.gz
ti-dsplib: fix up broken seperators in header
-rw-r--r--recipes/ti/ti-dsplib_2.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/ti-dsplib_2.10.bb b/recipes/ti/ti-dsplib_2.10.bb
index 8e26092d97..f47b4a9f62 100644
--- a/recipes/ti/ti-dsplib_2.10.bb
+++ b/recipes/ti/ti-dsplib_2.10.bb
@@ -10,7 +10,7 @@ PV = "1_20"
SRC_URI[dsplibgz.md5sum] = "0e9f0fc05b17d8eefc6117f36ecd576e"
SRC_URI[dsplibgz.sha256sum] = "96e320a3dcb8b238e5245a36b26c2f7f1d00a8467ab65d6c5c93f5f57c891252"
-PR = "r1"
+PR = "r2"
require ti-paths.inc
require ti-staging.inc
@@ -70,6 +70,7 @@ do_compile() {
do_install() {
install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE}
+ sed -i 's,\\,/,g' ${S}/dsplib64plus.h
cp -pPrf ${S}/* ${D}${DSPLIB_INSTALL_DIR_RECIPE}
}