summaryrefslogtreecommitdiffstats
path: root/recipes/schroedinger
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-17 13:53:28 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-17 13:53:28 +0200
commit852d21c0369f8b499931098fdc55eea59116402f (patch)
tree7d68563518a974326ed57d408f29fcbf093fe125 /recipes/schroedinger
parentd67f86a2f06f6c63094fae8b24fa3bf27cda1e93 (diff)
downloadopenembedded-852d21c0369f8b499931098fdc55eea59116402f.tar.gz
schroedinger: fix packaging
Diffstat (limited to 'recipes/schroedinger')
-rw-r--r--recipes/schroedinger/schroedinger_1.0.5.bb6
1 files changed, 5 insertions, 1 deletions
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"