summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--at/at_3.1.8.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/at/at_3.1.8.oe b/at/at_3.1.8.oe
index e69de29bb2..46bba94811 100644
--- a/at/at_3.1.8.oe
+++ b/at/at_3.1.8.oe
@@ -0,0 +1,14 @@
+DEPENDS = virtual/libc flex
+RDEPENDS = libc6
+
+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
+}