[oe-commits] Martin Jansa : util-linux: rename bbappend to match new version from oe-core

git at git.openembedded.org git at git.openembedded.org
Tue May 28 08:58:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 6523eddfc67e2ee37e00f4b78d57e7ea92a78b78
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6523eddfc67e2ee37e00f4b78d57e7ea92a78b78

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri May 24 21:32:44 2013 +0200

util-linux: 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 <Martin.Jansa at gmail.com>

---

 ...ux_2.22.2.bbappend => util-linux_2.23.bbappend} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.23.bbappend
similarity index 90%
rename from meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend
rename to meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.23.bbappend
index fae15a0..c6a97ca 100644
--- a/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.22.2.bbappend
+++ b/meta-systemd/oe-core/recipes-core/util-linux/util-linux_2.23.bbappend
@@ -1,10 +1,10 @@
 inherit systemd
 
-PRINC := "${@int(PRINC) + 2}"
-
 SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
 EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
+
 RPROVIDES_${PN} += "${PN}-systemd"
 RREPLACES_${PN} += "${PN}-systemd"
 RCONFLICTS_${PN} += "${PN}-systemd"
+
 SYSTEMD_SERVICE_${PN} = "uuidd.socket"



More information about the Openembedded-commits mailing list