blob: 047255bce9a29b266f2c97d4f74e92080c157f63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Delayed job execution and batch processing."
SECTION = "base"
LICENSE="BSD"
DEPENDS = "flex"
RCONFLICTS = "atd"
RREPLACES = "atd"
FILE_PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
file://configure.patch;patch=1 \
file://nonrootinstall.patch;patch=1"
inherit autotools
export LIBS = "-L${STAGING_LIBDIR}"
do_install () {
oe_runmake 'IROOT=${D}' install
}
|