[OE-core] [PATCH] systemd: Cover for udev-systemd

Khem Raj raj.khem at gmail.com
Wed Aug 28 06:44:07 UTC 2013


meta-systemd currently has a bbappend which provides just a cover
for udev-systemd, if we move this to the recipe proper then the
bbappend can be removed from that layer

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-core/systemd/systemd_206.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index f05aa1b..4234d13 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
                     file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
                     file://LICENSE.MIT;md5=544799d0b492f119fa04641d1b8868ed"
 
-PROVIDES = "udev"
+PROVIDES += "udev"
+PROVIDES_udev += "udev-systemd"
+RREPLACES_udev += "udev-systemd"
+RCONFLICTS_udev += "udev-systemd"
 
 PE = "1"
 
-- 
1.8.4




More information about the Openembedded-core mailing list