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:
a8867ab
)
Install xine.m4 into staging for libxine 1.0
author
Chris Lord
<chris@openedhand.com>
Tue, 26 Apr 2005 17:23:36 +0000
(17:23 +0000)
committer
Chris Lord
<chris@openedhand.com>
Tue, 26 Apr 2005 17:23:36 +0000
(17:23 +0000)
BKrev: 426e7918bfRUv4WG0xcAOJ7Yd8Lttw
packages/libxine/libxine_1.0.bb
patch
|
blob
|
history
diff --git
a/packages/libxine/libxine_1.0.bb
b/packages/libxine/libxine_1.0.bb
index
dd6779f
..
ac3cfee
100644
(file)
--- a/
packages/libxine/libxine_1.0.bb
+++ b/
packages/libxine/libxine_1.0.bb
@@
-6,7
+6,7
@@
PRIORITY = "optional"
MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
DEPENDS = "zlib libogg tremor libmad esound-gpe"
PROVIDES = "virtual/libxine"
-PR = "r
3
"
+PR = "r
4
"
inherit autotools pkgconfig gettext
@@
-77,6
+77,8
@@
do_stage() {
cp ${S}/$file ${STAGING_INCDIR}/xine/`basename $file`
done
+ install -m 0644 ${S}/m4/xine.m4 ${STAGING_DATADIR}/aclocal/
+
oe_libinstall -so -C src/xine-engine libxine ${STAGING_LIBDIR}
}