Message ID | 20180831144206.5151-1-ross.burton@intel.com |
---|---|
State | New |
Headers | show |
Series | [oe] rygel: remove obsolete ossp-uuid dependency | expand |
already in http://git.openembedded.org/meta-openembedded/commit/?id=7c407d7d5a On Fri, Aug 31, 2018 at 7:42 AM Ross Burton <ross.burton@intel.com> wrote: > > 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> > --- > meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 f13f5cec06..21331ffcb0 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" > LICENSE = "LGPL-2.1" > LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" > > -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" > +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" > RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" > RRECOMMENDS_${PN} = "rygel-plugin-media-export" > > -- > 2.11.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
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 f13f5cec06..21331ffcb0 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" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -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" +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" RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" RRECOMMENDS_${PN} = "rygel-plugin-media-export"
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> --- meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel