From 6bd20f39d54d767aaaf0c5082fc5612eac90eb15 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 24 Nov 2013 15:48:37 +0100 Subject: lighttpd: Rename .bbappend to match new version from oe-core Signed-off-by: Martin Jansa --- .../oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | 5 ----- .../oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend create mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend (limited to 'meta-systemd') diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend deleted file mode 100644 index 5cb6bf4346..0000000000 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PRINC := "${@int(PRINC) + 2}" - -RPROVIDES_${PN} += "${PN}-systemd" -RREPLACES_${PN} += "${PN}-systemd" -RCONFLICTS_${PN} += "${PN}-systemd" diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend new file mode 100644 index 0000000000..f006b3fb5b --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend @@ -0,0 +1,3 @@ +RPROVIDES_${PN} += "${PN}-systemd" +RREPLACES_${PN} += "${PN}-systemd" +RCONFLICTS_${PN} += "${PN}-systemd" -- cgit 1.2.3-korg