meta-openembedded/meta-oe/recipes-core/dropbear/dropbear_2012.55.bbappend
Koen Kooi af16bd03d0 dropbear: update bbappend to match update recipe in oe-core
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-19 15:22:21 +01:00

18 lines
415 B
Plaintext

inherit systemd
PRINC := "${@int(PRINC) + 2}"
# look for files in the layer first
FILESEXTRAPATHS := "${THISDIR}/${PN}"
SRC_URI += "file://dropbearkey.service \
file://dropbear@.service \
file://dropbear.socket"
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE_${PN}-systemd = "dropbear.socket"
do_install_append() {
ln -sf /dev/null ${D}${systemd_unitdir}/system/dropbear.service
}