aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-24 05:57:04 +0000
committerTom Rini <trini@ti.com>2012-08-27 15:37:21 -0700
commit55c4e71975842de2f30e7c8b9a2fd5dd9cf11a7b (patch)
treeda11ddd3b8b083726cad27c434b1c134c84edc76 /recipes
parentf45b4df17754d65273b35ceb30a1ae23560b6aee (diff)
downloadopenembedded-55c4e71975842de2f30e7c8b9a2fd5dd9cf11a7b.tar.gz
schroedinger: Add recipe for 1.0.11
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/schroedinger/schroedinger_1.0.11.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/schroedinger/schroedinger_1.0.11.bb b/recipes/schroedinger/schroedinger_1.0.11.bb
new file mode 100644
index 0000000000..9f03a122d0
--- /dev/null
+++ b/recipes/schroedinger/schroedinger_1.0.11.bb
@@ -0,0 +1,15 @@
+require schroedinger.inc
+
+LICENSE = "MPL-1.1 | LGPLv2 | GPLv2 | MIT"
+
+PR = "${INC_PR}.0"
+
+inherit autotools
+
+SRC_URI[schroedingertargz.md5sum] = "da6af08e564ca1157348fb8d92efc891"
+SRC_URI[schroedingertargz.sha256sum] = "1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912"
+
+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"