aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxine
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-04-26 17:23:36 +0000
committerChris Lord <chris@openedhand.com>2005-04-26 17:23:36 +0000
commit0f6f4f313d74a97c5561c08c9e9f5d50ce6b9553 (patch)
tree728ad09a79f9af3bfeba3064608510b0bb675c81 /packages/libxine
parenta8867ab6fc66345cc45722efec622226648203c6 (diff)
downloadopenembedded-0f6f4f313d74a97c5561c08c9e9f5d50ce6b9553.tar.gz
Install xine.m4 into staging for libxine 1.0
BKrev: 426e7918bfRUv4WG0xcAOJ7Yd8Lttw
Diffstat (limited to 'packages/libxine')
-rw-r--r--packages/libxine/libxine_1.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libxine/libxine_1.0.bb b/packages/libxine/libxine_1.0.bb
index dd6779f581..ac3cfee209 100644
--- 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 = "r3"
+PR = "r4"
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}
}