diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-26 14:13:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:42:56 +0100 |
commit | a3df47948fc95e2a7b2886ce5dc12c34ccd4ab2a (patch) | |
tree | e2dd1129838525ac29bd14da01b27700d5911864 | |
parent | e3b35f56a80d3adbe997950702dd5eba243d1bbc (diff) | |
download | poky-a3df47948fc95e2a7b2886ce5dc12c34ccd4ab2a.tar.gz |
gstreamer1.0-plugins-bad.inc: remove duplicate bzip2 dependency
Dependency on bzip2 is handled by the bz2 PACKAGECONFIG option, so
bzip2 does not need to be included in DEPENDS.
Also fix minor indent issue with bluez PACKAGECONFIG option.
(From OE-Core rev: 4ad19f0c570de890ec53bf2d5c1bd6697f035612)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 84a0a5837e..d34aca50d5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -2,7 +2,7 @@ require gstreamer1.0-plugins.inc | |||
2 | 2 | ||
3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " | 3 | LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+ " |
4 | 4 | ||
5 | DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng jpeg" | 5 | DEPENDS += "gstreamer1.0-plugins-base libpng jpeg" |
6 | 6 | ||
7 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 7 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
8 | 8 | ||
@@ -49,7 +49,7 @@ PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" | |||
49 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" | 49 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" |
50 | PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger" | 50 | PACKAGECONFIG[schroedinger] = "--enable-schro,--disable-schro,schroedinger" |
51 | PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2" | 51 | PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2" |
52 | PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" | 52 | PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" |
53 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" | 53 | PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" |
54 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" | 54 | PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" |
55 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 55 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |