diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-03 16:11:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-03 16:11:06 +0100 |
commit | c65139cd012231db6c3994481d11fe118773afab (patch) | |
tree | b4bd8a91822a05a8545e60e24b31d46139e0750f /meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | |
parent | 2642db3615ea2d4196b9c73537d9ebff6c57de2d (diff) | |
download | meta-openembedded-c65139cd012231db6c3994481d11fe118773afab.tar.gz |
lighttpd: move bbappend to new version to match OE-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend')
-rw-r--r-- | meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend new file mode 100644 index 0000000000..b914405b7e --- /dev/null +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | |||
@@ -0,0 +1,16 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | ||
2 | |||
3 | PRINC = "1" | ||
4 | |||
5 | SRC_URI += "file://lighttpd.service" | ||
6 | |||
7 | do_install_append() { | ||
8 | install -d ${D}${base_libdir}/systemd/systemd/ | ||
9 | install -m 0644 ${WORKDIR}/lighttpd.service ${D}${base_libdir}/systemd/systemd/ | ||
10 | |||
11 | install -d ${D}${base_libdir}/systemd/systemd/multi-user.target.wants | ||
12 | ln -sf ../lighttpd.service ${D}${base_libdir}/systemd/systemd/multi-user.target.wants | ||
13 | } | ||
14 | |||
15 | FILES_${PN} += "${base_libdir}/systemd" | ||
16 | |||