9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
FILESEXTRAPATHS:prepend:gbs := "${THISDIR}/${PN}:"
|
|
SRC_URI:append:gbs = " file://config.json"
|
|
FILES:${PN}:append:gbs = " ${datadir}/binaryblob/config.json"
|
|
|
|
do_install:append:gbs() {
|
|
install -d ${D}${datadir}/binaryblob/
|
|
install ${WORKDIR}/config.json ${D}${datadir}/binaryblob/config.json
|
|
}
|