libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / initrdscripts / dropbear-backdoor_0.1.bb
blobbbed32b834beddf7776ff7c607c63de774e52b34
1 DESCRIPTION = "Set of files to open up unlimited access to dropbear daemon - DEBUG ONLY!"
2 SRC_URI = "file://passwd file://dropbear_rsa_host_key"
3 PR = "r0"
5 do_install() {
6 install -d ${D}/etc/dropbear
7 install -m 0600 ${WORKDIR}/dropbear_rsa_host_key ${D}/etc/dropbear/
8 install -m 0644 ${WORKDIR}/passwd ${D}/etc/
11 FILES_${PN} += " /etc/* "