From: Koen Kooi Date: Fri, 17 Jul 2009 11:53:28 +0000 (+0200) Subject: schroedinger: fix packaging X-Git-Tag: Release-2010-05/1~2941^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852d21c0369f8b499931098fdc55eea59116402f;p=openembedded.git schroedinger: fix packaging --- diff --git a/recipes/schroedinger/schroedinger_1.0.5.bb b/recipes/schroedinger/schroedinger_1.0.5.bb index 66d24c1d97..476c2965e6 100644 --- a/recipes/schroedinger/schroedinger_1.0.5.bb +++ b/recipes/schroedinger/schroedinger_1.0.5.bb @@ -1,8 +1,12 @@ require schroedinger.inc -PR = "r2" +PR = "r3" inherit autotools_stage AUTOTOOLS_STAGE_PKGCONFIG = "1" +PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger" +FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so" +FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug" +FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"