ti-dsplib: fix up broken seperators in header
authorKoen Kooi <koen@openembedded.org>
Mon, 28 Jun 2010 18:59:55 +0000 (20:59 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 28 Jun 2010 18:59:55 +0000 (20:59 +0200)
recipes/ti/ti-dsplib_2.10.bb

index 8e26092..f47b4a9 100644 (file)
@@ -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}
 }