diff options
Diffstat (limited to 'meta-oe/recipes-extended/inputattach-config/inputattach-config.bb')
-rw-r--r-- | meta-oe/recipes-extended/inputattach-config/inputattach-config.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb index 84ed3b052b..af9fbda9b8 100644 --- a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb +++ b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb | |||
@@ -4,9 +4,11 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d | |||
4 | 4 | ||
5 | SRC_URI = "file://inputattach.conf" | 5 | SRC_URI = "file://inputattach.conf" |
6 | 6 | ||
7 | S = "${UNPACKDIR}" | ||
8 | |||
7 | do_configure[noexec] = "1" | 9 | do_configure[noexec] = "1" |
8 | do_compile[noexec] = "1" | 10 | do_compile[noexec] = "1" |
9 | 11 | ||
10 | do_install() { | 12 | do_install() { |
11 | install -Dm 0644 ${WORKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf | 13 | install -Dm 0644 ${UNPACKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf |
12 | } | 14 | } |