diff options
| -rw-r--r-- | meta/recipes-extended/at/at_3.2.5.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/at/at_3.2.5.bb b/meta/recipes-extended/at/at_3.2.5.bb index 87a436173f..c0c876a644 100644 --- a/meta/recipes-extended/at/at_3.2.5.bb +++ b/meta/recipes-extended/at/at_3.2.5.bb | |||
| @@ -52,8 +52,10 @@ INITSCRIPT_PARAMS = "defaults" | |||
| 52 | 52 | ||
| 53 | SYSTEMD_SERVICE:${PN} = "atd.service" | 53 | SYSTEMD_SERVICE:${PN} = "atd.service" |
| 54 | 54 | ||
| 55 | do_configure:prepend() { | 55 | do_patch[postfuncs] += "copy_posix_files" |
| 56 | cp -f ${WORKDIR}/posixtm.[ch] ${S} | 56 | |
| 57 | copy_posix_files() { | ||
| 58 | cp -f ${WORKDIR}/posixtm.[ch] ${S} | ||
| 57 | } | 59 | } |
| 58 | 60 | ||
| 59 | do_install () { | 61 | do_install () { |
