generic-poky/meta/recipes-extended/at/at.inc

12 lines
216 B
PHP

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
}