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 | openembedded-core-9522930256e05b5b17dd1473593d9e64db4d7978.tar.gz openembedded-core-9522930256e05b5b17dd1473593d9e64db4d7978.tar.bz2 openembedded-core-9522930256e05b5b17dd1473593d9e64db4d7978.zip |
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 \ DEPENDS += "gst-plugins-base libmusicbrainz tremor" -PR = "r0" +PR = "r1" inherit gettext EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ - --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" + --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau --disable-apexsink" ARM_INSTRUCTION_SET = "arm" |