diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-26 23:50:11 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 13:49:48 -0700 |
commit | 7c407d7d5a44ef41686eb9aba2dc9d2fa51596ae (patch) | |
tree | 5254b78443f8a29a0b1867e7393a5086b9b7e8de | |
parent | b38790332e326d6a93369437f868b0f5363fbc88 (diff) | |
download | meta-openembedded-7c407d7d5a44ef41686eb9aba2dc9d2fa51596ae.tar.gz |
rygel: remove obsolete ossp-uuid dependency
Not only was uuid removed as a build dependency of Rygel in 0.27.1, but
oe-core's ossp-uuid has always renamed the library to libossp-uuid so it was
never used (as util-linux provides libuuid.so).
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb index f13f5cec0..21331ffcb 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://live.gnome.org/Rygel" | |||
8 | LICENSE = "LGPL-2.1" | 8 | LICENSE = "LGPL-2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
10 | 10 | ||
11 | DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base ossp-uuid libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native" | 11 | DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native" |
12 | RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" | 12 | RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" |
13 | RRECOMMENDS_${PN} = "rygel-plugin-media-export" | 13 | RRECOMMENDS_${PN} = "rygel-plugin-media-export" |
14 | 14 | ||