blob: 605179b21fb6280eef7fcff4f6d73590520b477a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require at.inc
LICENSE="GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
file://configure.patch \
file://nonrootinstall.patch \
file://use-ldflags.patch \
file://posixtm.c \
file://posixtm.h \
file://file_replacement_with_gplv2.patch"
do_compile_prepend () {
mv ${WORKDIR}/posixtm.[ch] ${S}
}
|