summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at_3.1.12.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-08-31 21:12:31 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-02 09:50:49 +0100
commit2c54c5574eacabc4efe4069721dd83c1df8a65cb (patch)
tree6cefad8628fbcb10330e6f051ffd3f6e4471deb2 /meta/recipes-extended/at/at_3.1.12.bb
parente384d62afaa17f8cd2124cb0785b18130c690e64 (diff)
downloadpoky-2c54c5574eacabc4efe4069721dd83c1df8a65cb.tar.gz
at: gplv2 recipe at version 3.1.12
Took the 3.1.10.2 version of the gplv2 recipe from the master branch, and upgraded it to 3.1.12 version and then replaced the gplv3 files viz posixtm.[ch] by gplv2 files to make the recipe gplv2. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-extended/at/at_3.1.12.bb')
-rw-r--r--meta/recipes-extended/at/at_3.1.12.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb
new file mode 100644
index 0000000000..605179b21f
--- /dev/null
+++ b/meta/recipes-extended/at/at_3.1.12.bb
@@ -0,0 +1,19 @@
1require at.inc
2
3LICENSE="GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5
6PR = "r1"
7
8SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
9 file://configure.patch \
10 file://nonrootinstall.patch \
11 file://use-ldflags.patch \
12 file://posixtm.c \
13 file://posixtm.h \
14 file://file_replacement_with_gplv2.patch"
15
16do_compile_prepend () {
17 mv ${WORKDIR}/posixtm.[ch] ${S}
18}
19