mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
* at 3.1.12 is GPLv3 * at 3.1.10.2 is latest GPLv2 Recipes and patches derived from OpenEmbedded Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 lines
253 B
PHP
14 lines
253 B
PHP
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
|
|
}
|