From 17cf1e72de473ffd2f11e213bacd18800afc78f0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 28 Jun 2010 20:59:55 +0200 Subject: [PATCH] ti-dsplib: fix up broken seperators in header --- recipes/ti/ti-dsplib_2.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} } -- 2.39.5