libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / at / at_3.1.8.bb
blob052ab9dafac169e2ce1d7ed9eaa1ea37a683f441
1 DESCRIPTION = "Delayed job execution and batch processing."
2 SECTION = "base"
3 LICENSE="BSD"
4 DEPENDS = "flex-native"
5 RCONFLICTS_${PN} = "atd"
6 RREPLACES_${PN} = "atd"
8 PR = "r3"
10 SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
11 file://configure.patch \
12 file://nonrootinstall.patch \
13 file://use-ldflags.patch"
15 inherit autotools
17 export LIBS = "-L${STAGING_LIBDIR}"
19 do_install () {
20 oe_runmake 'IROOT=${D}' install
23 SRC_URI[md5sum] = "81dbae5162aaa8a398a81424d6631c77"
24 SRC_URI[sha256sum] = "0d77c73a3c151a7da647dd924f32151e5ee4574530568fd65067882f79cd5a44"