* [PATCH 0/5] Add gudev to OE-Core + bug fixes
@ 2015-11-25 13:05 Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
` (4 more replies)
0 siblings, 5 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
gudev was split from systemd into its own project. There's a recipe in
meta-oe already and most of the changes required to support both
providers of gudev (gudev and udev) have been made. This patchset only
moves gudev to oe-core and fixes some small dependency issues.
There's also a couple of other unrelated fixes.
The following changes since commit 03f15e51998a3ef65a5b68cb7cbf724f4388c289:
sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:09:00 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/gudev-and-bug-fixes
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gudev-and-bug-fixes
Jussi Kukkonen (5):
connman-gnome: rrecommend connman, don't rdepend
gstreamer1.0-plugins-good: Fix gudev dependency
gstreamer1.0-plugins-bad: Fix gudev dependency
gudev: Add from meta-oe
gcr: Require x11 DISTRO_FEATURE
meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
meta/recipes-gnome/gcr/gcr_3.16.0.bb | 4 ++--
meta/recipes-gnome/libgudev/libgudev_230.bb | 15 +++++++++++++++
.../gstreamer/gstreamer1.0-plugins-bad.inc | 2 +-
.../gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
5 files changed, 20 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-gnome/libgudev/libgudev_230.bb
--
2.1.4
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
@ 2015-11-25 13:05 ` Jussi Kukkonen
2016-01-14 13:07 ` Jussi Kukkonen
2016-02-10 12:31 ` Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency Jussi Kukkonen
` (3 subsequent siblings)
4 siblings, 2 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
connman-gnome doesn't have a binary dependency on connman, and using
RRECOMMEND is better for multilib builds (connman-gnome works fine
with connman from a different architecture).
Fixes [YOCTO #8586]
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index 7b875f0..1849dbd 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
inherit autotools-brokensep gtk-icon-cache pkgconfig distro_features_check
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
-RDEPENDS_${PN} = "connman"
+RRECOMMENDS_${PN} = "connman"
do_install_append() {
install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/
--
2.1.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
@ 2015-11-25 13:05 ` Jussi Kukkonen
2015-11-25 15:02 ` Martin Jansa
2015-11-25 13:05 ` [PATCH 3/5] gstreamer1.0-plugins-bad: " Jussi Kukkonen
` (2 subsequent siblings)
4 siblings, 1 reply; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
libgudev is now it's own library (also provided by udev).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 1119e10..c2ada4d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -20,7 +20,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
-PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
+PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
--
2.1.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/5] gstreamer1.0-plugins-bad: Fix gudev dependency
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency Jussi Kukkonen
@ 2015-11-25 13:05 ` Jussi Kukkonen
2015-11-25 15:02 ` Martin Jansa
2015-11-25 13:05 ` [PATCH 4/5] gudev: Add from meta-oe Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 5/5] gcr: Require x11 DISTRO_FEATURE Jussi Kukkonen
4 siblings, 1 reply; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
libgudev is now it's own library (also provided by udev).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index f94b12f..fe9ab97 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -40,7 +40,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus"
PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa"
PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl"
-PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev"
+PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 libgudev"
PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon"
PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft"
--
2.1.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/5] gudev: Add from meta-oe
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
` (2 preceding siblings ...)
2015-11-25 13:05 ` [PATCH 3/5] gstreamer1.0-plugins-bad: " Jussi Kukkonen
@ 2015-11-25 13:05 ` Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 5/5] gcr: Require x11 DISTRO_FEATURE Jussi Kukkonen
4 siblings, 0 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
libgudev was split from systemd and is used by recipes in oe-core.
udev already provides libgudev as well.
The recipe is from meta-oe (Andreas Müller).
Fixes [YOCTO #8686]
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-gnome/libgudev/libgudev_230.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta/recipes-gnome/libgudev/libgudev_230.bb
diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes-gnome/libgudev/libgudev_230.bb
new file mode 100644
index 0000000..ea8e82c
--- /dev/null
+++ b/meta/recipes-gnome/libgudev/libgudev_230.bb
@@ -0,0 +1,15 @@
+SUMMARY = "GObject wrapper for libudev"
+
+SRC_URI[archive.md5sum] = "e4dee8f3f349e9372213d33887819a4d"
+SRC_URI[archive.sha256sum] = "a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18"
+
+DEPENDS = "glib-2.0 udev"
+
+RCONFLICTS_${PN} = "systemd (<= 220)"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+inherit gnomebase distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "systemd"
--
2.1.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/5] gcr: Require x11 DISTRO_FEATURE
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
` (3 preceding siblings ...)
2015-11-25 13:05 ` [PATCH 4/5] gudev: Add from meta-oe Jussi Kukkonen
@ 2015-11-25 13:05 ` Jussi Kukkonen
4 siblings, 0 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 13:05 UTC (permalink / raw)
To: openembedded-core, schnitzeltony
This enables a world build without x11. GTK3DISTROFEATURES is not
enough because gtk+-x11.pc is still required.
Fixes [YOCTO #8611].
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-gnome/gcr/gcr_3.16.0.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
index 057c815..e50b3a8 100644
--- a/meta/recipes-gnome/gcr/gcr_3.16.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala"
inherit autotools gnomebase gtk-icon-cache gtk-doc distro_features_check
-# depends on gtk+3
-ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+# depends on gtk+3, but also x11 through gtk+-x11
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c"
SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075"
--
2.1.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency
2015-11-25 13:05 ` [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency Jussi Kukkonen
@ 2015-11-25 15:02 ` Martin Jansa
2015-11-25 15:32 ` Jussi Kukkonen
0 siblings, 1 reply; 12+ messages in thread
From: Martin Jansa @ 2015-11-25 15:02 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]
On Wed, Nov 25, 2015 at 03:05:37PM +0200, Jussi Kukkonen wrote:
> libgudev is now it's own library (also provided by udev).
Duplicates http://patchwork.openembedded.org/patch/107479/
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> index 1119e10..c2ada4d 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> @@ -20,7 +20,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
> PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
> PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
> PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
> -PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
> +PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
> PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
> PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
> PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/5] gstreamer1.0-plugins-bad: Fix gudev dependency
2015-11-25 13:05 ` [PATCH 3/5] gstreamer1.0-plugins-bad: " Jussi Kukkonen
@ 2015-11-25 15:02 ` Martin Jansa
0 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2015-11-25 15:02 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]
On Wed, Nov 25, 2015 at 03:05:38PM +0200, Jussi Kukkonen wrote:
> libgudev is now it's own library (also provided by udev).
Duplicates: http://patchwork.openembedded.org/patch/107475/
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> index f94b12f..fe9ab97 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
> @@ -40,7 +40,7 @@ PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus"
> PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa"
> PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
> PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl"
> -PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev"
> +PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 libgudev"
> PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
> PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon"
> PACKAGECONFIG[openal] = "--enable-openal,--disable-openal,openal-soft"
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency
2015-11-25 15:02 ` Martin Jansa
@ 2015-11-25 15:32 ` Jussi Kukkonen
0 siblings, 0 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2015-11-25 15:32 UTC (permalink / raw)
To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2093 bytes --]
On 25 November 2015 at 17:02, Martin Jansa <martin.jansa@gmail.com> wrote:
>
> On Wed, Nov 25, 2015 at 03:05:37PM +0200, Jussi Kukkonen wrote:
> > libgudev is now it's own library (also provided by udev).
>
> Duplicates http://patchwork.openembedded.org/patch/107479/
This is true, sorry. Assuming the gudev commit goes in, the best
gstreamer-plugins patches seem to be your v2-patches (instead of v3 that
removed gudev from default packageconfigs): v2 seems to be what is still in
your branch so that should work fine.
I'll remove these two gstreamer1.0-plugins.* commits from my branch.
Jussi
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> index 1119e10..c2ada4d 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
> @@ -20,7 +20,7 @@ PACKAGECONFIG[pulseaudio] =
"--enable-pulse,--disable-pulse,pulseaudio"
> PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
> PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
> PACKAGECONFIG[gdk-pixbuf] =
"--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
> -PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
> +PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
> PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
> PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
> PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: text/html, Size: 2840 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
@ 2016-01-14 13:07 ` Jussi Kukkonen
2016-02-10 12:31 ` Jussi Kukkonen
1 sibling, 0 replies; 12+ messages in thread
From: Jussi Kukkonen @ 2016-01-14 13:07 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]
On 25 November 2015 at 15:05, Jussi Kukkonen <jussi.kukkonen@intel.com>
wrote:
> connman-gnome doesn't have a binary dependency on connman, and using
> RRECOMMEND is better for multilib builds (connman-gnome works fine
> with connman from a different architecture).
>
It's possible I've missed a thread during holidays but I believe this patch
never made it into master.
Jussi
> Fixes [YOCTO #8586]
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> index 7b875f0..1849dbd 100644
> --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> @@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
> inherit autotools-brokensep gtk-icon-cache pkgconfig distro_features_check
> ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
>
> -RDEPENDS_${PN} = "connman"
> +RRECOMMENDS_${PN} = "connman"
>
> do_install_append() {
> install -m 0644 ${WORKDIR}/images/*
> ${D}/usr/share/icons/hicolor/22x22/apps/
> --
> 2.1.4
>
>
[-- Attachment #2: Type: text/html, Size: 2345 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
2016-01-14 13:07 ` Jussi Kukkonen
@ 2016-02-10 12:31 ` Jussi Kukkonen
2016-02-10 16:00 ` Burton, Ross
1 sibling, 1 reply; 12+ messages in thread
From: Jussi Kukkonen @ 2016-02-10 12:31 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
Ping? Please let me know if this was not actually a good idea.
- Jussi
On 25 November 2015 at 15:05, Jussi Kukkonen <jussi.kukkonen@intel.com>
wrote:
> connman-gnome doesn't have a binary dependency on connman, and using
> RRECOMMEND is better for multilib builds (connman-gnome works fine
> with connman from a different architecture).
>
> Fixes [YOCTO #8586]
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> index 7b875f0..1849dbd 100644
> --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
> @@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
> inherit autotools-brokensep gtk-icon-cache pkgconfig distro_features_check
> ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
>
> -RDEPENDS_${PN} = "connman"
> +RRECOMMENDS_${PN} = "connman"
>
> do_install_append() {
> install -m 0644 ${WORKDIR}/images/*
> ${D}/usr/share/icons/hicolor/22x22/apps/
> --
> 2.1.4
>
>
[-- Attachment #2: Type: text/html, Size: 2248 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend
2016-02-10 12:31 ` Jussi Kukkonen
@ 2016-02-10 16:00 ` Burton, Ross
0 siblings, 0 replies; 12+ messages in thread
From: Burton, Ross @ 2016-02-10 16:00 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
On 10 February 2016 at 12:31, Jussi Kukkonen <jussi.kukkonen@intel.com>
wrote:
> Ping? Please let me know if this was not actually a good idea.
>
Entirely my fault for the patch falling off page 1 of my mailbox. Staged
locally, thanks.
Ross
[-- Attachment #2: Type: text/html, Size: 723 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2016-02-10 16:00 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 13:05 [PATCH 0/5] Add gudev to OE-Core + bug fixes Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend Jussi Kukkonen
2016-01-14 13:07 ` Jussi Kukkonen
2016-02-10 12:31 ` Jussi Kukkonen
2016-02-10 16:00 ` Burton, Ross
2015-11-25 13:05 ` [PATCH 2/5] gstreamer1.0-plugins-good: Fix gudev dependency Jussi Kukkonen
2015-11-25 15:02 ` Martin Jansa
2015-11-25 15:32 ` Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 3/5] gstreamer1.0-plugins-bad: " Jussi Kukkonen
2015-11-25 15:02 ` Martin Jansa
2015-11-25 13:05 ` [PATCH 4/5] gudev: Add from meta-oe Jussi Kukkonen
2015-11-25 13:05 ` [PATCH 5/5] gcr: Require x11 DISTRO_FEATURE Jussi Kukkonen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox