7 lines
175 B
Plaintext
Raw Permalink Normal View History

FILES:${PN} += "${sysconfdir}/machine-id"
2019-01-15 12:22:05 -05:00
do_install:append() {
install -d ${D}${sysconfdir}
2019-01-15 12:22:05 -05:00
echo "a4e415feff81466c925aab34b0c35a3c" > ${D}${sysconfdir}/machine-id
}