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:
8ea04e4
)
apply do_install patch from Brian Neltner
author
Phil Blundell
<philb@gnu.org>
Sat, 2 Oct 2004 11:11:13 +0000
(11:11 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 2 Oct 2004 11:11:13 +0000
(11:11 +0000)
BKrev: 415e8cd1rMPIeal5EU8coCAb5sl8Gg
mplayer/mplayer_1.0pre3try2.oe
patch
|
blob
|
history
diff --git
a/mplayer/mplayer_1.0pre3try2.oe
b/mplayer/mplayer_1.0pre3try2.oe
index
3f41d06
..
5809042
100644
(file)
--- a/
mplayer/mplayer_1.0pre3try2.oe
+++ b/
mplayer/mplayer_1.0pre3try2.oe
@@
-65,8
+65,8
@@
do_install_append () {
mkdir ${D}/usr/include/postproc
cp ${S}/libavcodec/libpostproc/postprocess.h ${D}/usr/include/postproc/postprocess.h
cd ${D}/usr/lib
- ln -s libpostproc.so.0.0.0 libpostproc.so.0
- ln -s libpostproc.so.0 libpostproc.so
+ ln -s
f
libpostproc.so.0.0.0 libpostproc.so.0
+ ln -s
f
libpostproc.so.0 libpostproc.so
}
do_stage () {