1 2 3 4 5 6 7 8 9 10 11 12 13
DESCRIPTION = "Delayed job execution and batch processing" SECTION = "base" DEPENDS = "flex" RCONFLICTS_${PN} = "atd" RREPLACES_${PN} = "atd" inherit autotools export LIBS = "-L${STAGING_LIBDIR}" do_install () { oe_runmake "IROOT=${D}" install }