diff options
Diffstat (limited to 'meta/recipes-extended/at/at.inc')
-rw-r--r-- | meta/recipes-extended/at/at.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/at.inc b/meta/recipes-extended/at/at.inc new file mode 100644 index 0000000000..64ae9c2b6a --- /dev/null +++ b/meta/recipes-extended/at/at.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Delayed job execution and batch processing" | ||
2 | SECTION = "base" | ||
3 | DEPENDS = "flex" | ||
4 | RCONFLICTS_${PN} = "atd" | ||
5 | RREPLACES_${PN} = "atd" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | do_install () { | ||
10 | oe_runmake "IROOT=${D}" install | ||
11 | } | ||