diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-14 15:39:42 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-12-14 15:39:42 +0000 |
commit | 9e11fbf9048b17526ca8160d82b69f386595c9a7 (patch) | |
tree | a7496ecea8460efd6ebf1b0f032e24bc331a93bc /meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb | |
parent | 0f8244faba5c36c0580081c112ea27ce683af99b (diff) | |
download | poky-9e11fbf9048b17526ca8160d82b69f386595c9a7.tar.gz |
gstreamer: fix to comply with make 3.82's stricter parser
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb index 38e28fa534..9b7185a9d6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.29.bb | |||
@@ -9,11 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
9 | file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4" | 9 | file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4" |
10 | DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" | 10 | DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "r1" |
13 | 13 | ||
14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ |
15 | file://check_fix.patch;patch=1 \ | 15 | file://check_fix.patch \ |
16 | file://gst-inspect-check-error.patch;patch=1" | 16 | file://gst-inspect-check-error.patch \ |
17 | file://make-382.patch" | ||
17 | 18 | ||
18 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
19 | 20 | ||