blob: d66666f7097ee1f6284b00aa1d89a8f2242047b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
}
SRC_URI[md5sum] = "81dbae5162aaa8a398a81424d6631c77"
SRC_URI[sha256sum] = "0d77c73a3c151a7da647dd924f32151e5ee4574530568fd65067882f79cd5a44"
|