summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at.inc
blob: 64ae9c2b6ab76314b9d1c61b725ab1dcf3a95b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}