From 4ad5a06c773ebfa4afcdf111779fe561df7b1732 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 24 May 2013 21:35:24 +0200 Subject: [PATCH] systemd: rename bbappend to match new version from oe-core * removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa --- .../systemd/{systemd_199.bbappend => systemd_204.bbappend} | 2 -- 1 file changed, 2 deletions(-) rename meta-systemd/oe-core/recipes-core/systemd/{systemd_199.bbappend => systemd_204.bbappend} (76%) diff --git a/meta-systemd/oe-core/recipes-core/systemd/systemd_199.bbappend b/meta-systemd/oe-core/recipes-core/systemd/systemd_204.bbappend similarity index 76% rename from meta-systemd/oe-core/recipes-core/systemd/systemd_199.bbappend rename to meta-systemd/oe-core/recipes-core/systemd/systemd_204.bbappend index c530e02d0e..f5aa547f13 100644 --- a/meta-systemd/oe-core/recipes-core/systemd/systemd_199.bbappend +++ b/meta-systemd/oe-core/recipes-core/systemd/systemd_204.bbappend @@ -1,5 +1,3 @@ -PRINC := "${@int(PRINC) + 1}" - RPROVIDES_udev += "udev-systemd" RREPLACES_udev += "udev-systemd" RCONFLICTS_udev += "udev-systemd"