diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-31 16:48:22 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:50:49 +0100 |
commit | e384d62afaa17f8cd2124cb0785b18130c690e64 (patch) | |
tree | 2ae657f0d17f1ea359db038eb2a2af5232595ae4 /meta/recipes-extended/at/at_3.1.12.bb | |
parent | ff9f1021c854b9752dd962595c113253475b8e65 (diff) | |
download | poky-e384d62afaa17f8cd2124cb0785b18130c690e64.tar.gz |
at: remove GPLv3 version
Signed-off-by: Saul Wold <Saul.Wold@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.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb deleted file mode 100644 index 83a456eaeb..0000000000 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | require at.inc | ||
2 | |||
3 | LICENSE="GPLv2+ & GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://Copyright;md5=dffa11c636884752fbf0b2a159b2883a" | ||
5 | |||
6 | PR = "r0" | ||
7 | |||
8 | SRC_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 | |||
13 | SRC_URI[md5sum] = "1e67991776148fb319fd77a2e599a765" | ||
14 | SRC_URI[sha256sum] = "7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3" | ||
15 | |||
16 | EXTRA_OECONF += "--with-jobdir=/var/spool/cron/atjobs \ | ||
17 | --with-atspool=/var/spool/cron/atspool \ | ||
18 | --with-daemon_username=root \ | ||
19 | --with-daemon_groupname=root \ | ||
20 | " | ||