git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff23c98
)
ti-dsplib: fix up broken seperators in header
author
Koen Kooi
<koen@openembedded.org>
Mon, 28 Jun 2010 18:59:55 +0000
(20:59 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 28 Jun 2010 18:59:55 +0000
(20:59 +0200)
recipes/ti/ti-dsplib_2.10.bb
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-dsplib_2.10.bb
b/recipes/ti/ti-dsplib_2.10.bb
index
8e26092
..
f47b4a9
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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}
}