From: Adrian Freihofer <adrian.freihofer@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/3] libgudev: exclude use with systemd <=220
Date: Mon, 21 Sep 2015 10:59:33 +0200 [thread overview]
Message-ID: <1442825975-8950-2-git-send-email-adrian.freihofer@gmail.com> (raw)
In-Reply-To: <1442825975-8950-1-git-send-email-adrian.freihofer@gmail.com>
Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com>
---
meta-oe/recipes-gnome/libgudev/libgudev_230.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-gnome/libgudev/libgudev_230.bb b/meta-oe/recipes-gnome/libgudev/libgudev_230.bb
index 5f847ad..39fc1c4 100644
--- a/meta-oe/recipes-gnome/libgudev/libgudev_230.bb
+++ b/meta-oe/recipes-gnome/libgudev/libgudev_230.bb
@@ -5,6 +5,8 @@ SRC_URI[archive.sha256sum] = "a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd6
DEPENDS = "glib-2.0 udev"
+RCONFLICTS_${PN} = "systemd (<= 220)"
+
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
--
2.4.3
next prev parent reply other threads:[~2015-09-21 8:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 8:59 [PATCH 0/3] libgudev fixes Adrian Freihofer
2015-09-21 8:59 ` Adrian Freihofer [this message]
2015-09-21 8:59 ` [PATCH 2/3] networkmanager: depend on libgudev not on udev Adrian Freihofer
2015-09-21 8:59 ` [PATCH 3/3] modemmanager: " Adrian Freihofer
2015-09-21 18:06 ` [PATCH 0/3] libgudev fixes Andreas Müller
2015-09-23 14:17 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442825975-8950-2-git-send-email-adrian.freihofer@gmail.com \
--to=adrian.freihofer@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.