aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-common.inc')
-rw-r--r--recipes/gstreamer/gst-common.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-common.inc b/recipes/gstreamer/gst-common.inc
new file mode 100644
index 0000000000..c6a3fd057d
--- /dev/null
+++ b/recipes/gstreamer/gst-common.inc
@@ -0,0 +1,19 @@
+SECTION = "multimedia"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+HOMEPAGE = "http://www.gstreamer.net/"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools pkgconfig
+
+OE_LT_RPATH_ALLOW = "any"
+OE_LT_RPATH_ALLOW[export]="1"
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+ autotools_stage_all
+}
+
+