blob: 7acbfa966496843356a552911d6cb4c4565f289b (
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"
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
}
|