blob: af9fbda9b80829e27aaa64124e0fcff4b01d1fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "inputattach configuration file"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = "file://inputattach.conf"
S = "${UNPACKDIR}"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install() {
install -Dm 0644 ${UNPACKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf
}
|