blob: 170cd636e79011120d7a372b87b71ebbd6b80124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEPENDS = "flex"
DESCRIPTION = "Delayed job execution and batch processing."
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
}
|