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