diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 09:48:53 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 09:48:53 +0100 |
| commit | 9522930256e05b5b17dd1473593d9e64db4d7978 (patch) | |
| tree | 3e72847de175d6adcc3efc16d088e90e7e6762fd | |
| parent | 2592f1c215b7babb3fbf75eab4b55dd933c84892 (diff) | |
| download | poky-9522930256e05b5b17dd1473593d9e64db4d7978.tar.gz | |
gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS causing build failures
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb index c53a16e0e1..8f1821a7be 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | |||
| @@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
| 9 | 9 | ||
| 10 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 10 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
| 11 | 11 | ||
| 12 | PR = "r0" | 12 | PR = "r1" |
| 13 | 13 | ||
| 14 | inherit gettext | 14 | inherit gettext |
| 15 | 15 | ||
| 16 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 16 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
| 17 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" | 17 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau --disable-apexsink" |
| 18 | 18 | ||
| 19 | ARM_INSTRUCTION_SET = "arm" | 19 | ARM_INSTRUCTION_SET = "arm" |
| 20 | 20 | ||
