diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-14 17:56:53 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:11 +0000 |
commit | c914a02dc7d500be46795e81ce8c2c0795cf3731 (patch) | |
tree | 15e9d4f8dda68afa382470af69512fbea20c5b28 /meta/recipes-multimedia/gstreamer/gst-plugins.inc | |
parent | 6a31a2a89e60a3890239b7ff889b9ee1c249faf5 (diff) | |
download | poky-c914a02dc7d500be46795e81ce8c2c0795cf3731.tar.gz |
gst-plugins: fix for make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index cd3e0a0a95..4edca95611 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -7,6 +7,8 @@ DEPENDS = "gstreamer" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" | ||
11 | |||
10 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" |
11 | 13 | ||
12 | EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " | 14 | EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " |