From: Chris Lord Date: Tue, 26 Apr 2005 17:23:36 +0000 (+0000) Subject: Install xine.m4 into staging for libxine 1.0 X-Git-Tag: Release-2010-05/1~14269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6f4f313d74a97c5561c08c9e9f5d50ce6b9553;p=openembedded.git Install xine.m4 into staging for libxine 1.0 BKrev: 426e7918bfRUv4WG0xcAOJ7Yd8Lttw --- 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 " 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} }