summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/at/at_3.1.16.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/at/at_3.1.16.bb b/meta/recipes-extended/at/at_3.1.16.bb
index 0512bcb836..b11b587fcf 100644
--- a/meta/recipes-extended/at/at_3.1.16.bb
+++ b/meta/recipes-extended/at/at_3.1.16.bb
@@ -47,10 +47,10 @@ INITSCRIPT_PARAMS = "defaults"
47 47
48SYSTEMD_SERVICE_${PN} = "atd.service" 48SYSTEMD_SERVICE_${PN} = "atd.service"
49 49
50 50copy_sources() {
51do_compile_prepend () {
52 cp -f ${WORKDIR}/posixtm.[ch] ${S} 51 cp -f ${WORKDIR}/posixtm.[ch] ${S}
53} 52}
53do_patch[postfuncs] += "copy_sources"
54 54
55do_install () { 55do_install () {
56 oe_runmake -e "IROOT=${D}" install 56 oe_runmake -e "IROOT=${D}" install