blob: 6b342acff5d6d9de6d886d32d377b586299a85d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEPENDS = "virtual/libc flex"
RDEPENDS = "libc6"
DESCRIPTION = "Delayed job execution and batch processing."
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
file://${FILESDIR}/configure.patch;patch=1 \
file://${FILESDIR}/nonrootinstall.patch;patch=1"
inherit autotools
export LIBS = "-L${STAGING_LIBDIR}"
do_install () {
oe_runmake 'IROOT=${D}' install
}
|