summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gstreamer/gstreamer_0.8.0.oe20
-rw-r--r--libtool/libtool-1.5/install-path-check.patch0
-rw-r--r--libtool/libtool-cross_1.5.oe3
3 files changed, 22 insertions, 1 deletions
diff --git a/gstreamer/gstreamer_0.8.0.oe b/gstreamer/gstreamer_0.8.0.oe
index e69de29bb2..86bafee9a4 100644
--- a/gstreamer/gstreamer_0.8.0.oe
+++ b/gstreamer/gstreamer_0.8.0.oe
@@ -0,0 +1,20 @@
+DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
+It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
+DEPENDS = "glib-2.0 gettext libxml2 popt"
+SECTION = "base"
+PRIORITY = "optional"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.8.0.tar.bz2"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR} \
+ mandir=${STAGING_DIR}/share/man
+}
diff --git a/libtool/libtool-1.5/install-path-check.patch b/libtool/libtool-1.5/install-path-check.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libtool/libtool-1.5/install-path-check.patch
diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe
index 06ce17f27a..e63bbf8fc0 100644
--- a/libtool/libtool-cross_1.5.oe
+++ b/libtool/libtool-cross_1.5.oe
@@ -5,7 +5,8 @@ SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \
file://${FILESDIR}/tag.patch;patch=1 \
file://${FILESDIR}/libtoolize-staging.patch;patch=1 \
file://${FILESDIR}/prefix.patch;patch=1 \
- file://${FILESDIR}/chmod.patch;patch=1"
+ file://${FILESDIR}/chmod.patch;patch=1 \
+ file://${FILESDIR}/install-path-check.patch;patch=1"
S = "${WORKDIR}/libtool-${PV}"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}"