aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/at/at_3.1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/at/at_3.1.8.bb')
-rw-r--r--recipes/at/at_3.1.8.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes/at/at_3.1.8.bb b/recipes/at/at_3.1.8.bb
index d66666f709..052ab9dafa 100644
--- a/recipes/at/at_3.1.8.bb
+++ b/recipes/at/at_3.1.8.bb
@@ -1,15 +1,16 @@
DESCRIPTION = "Delayed job execution and batch processing."
SECTION = "base"
LICENSE="BSD"
-DEPENDS = "flex"
-RCONFLICTS = "atd"
-RREPLACES = "atd"
+DEPENDS = "flex-native"
+RCONFLICTS_${PN} = "atd"
+RREPLACES_${PN} = "atd"
-PR = "r1"
+PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
- file://configure.patch;patch=1 \
- file://nonrootinstall.patch;patch=1"
+ file://configure.patch \
+ file://nonrootinstall.patch \
+ file://use-ldflags.patch"
inherit autotools