aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb
blob: 68beec670b25e4af675d007a7de6c6bb2a88dcde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "inputattach configuration file"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

SRC_URI = "file://inputattach.conf"

do_configure[noexec] = "1"
do_compile[noexec] = "1"

do_install() {
    install -Dm 0644 ${WORKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf
}