From d0c14353d3b24888de55801a2d5c95b5adff24cd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 30 Apr 2014 19:49:01 +0200 Subject: lighttpd: rename .bbappend to match with any version Signed-off-by: Martin Jansa --- meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_%.bbappend | 3 +++ .../oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_%.bbappend delete mode 100644 meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend (limited to 'meta-systemd/oe-core') diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_%.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_%.bbappend new file mode 100644 index 0000000000..f006b3fb5b --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_%.bbappend @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index f006b3fb5b..0000000000 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.33.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -RPROVIDES_${PN} += "${PN}-systemd" -RREPLACES_${PN} += "${PN}-systemd" -RCONFLICTS_${PN} += "${PN}-systemd" -- cgit 1.2.3-korg