summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at.inc
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-08-31 16:48:22 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-02 09:50:49 +0100
commite384d62afaa17f8cd2124cb0785b18130c690e64 (patch)
tree2ae657f0d17f1ea359db038eb2a2af5232595ae4 /meta/recipes-extended/at/at.inc
parentff9f1021c854b9752dd962595c113253475b8e65 (diff)
downloadpoky-e384d62afaa17f8cd2124cb0785b18130c690e64.tar.gz
at: remove GPLv3 version
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-extended/at/at.inc')
-rw-r--r--meta/recipes-extended/at/at.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-extended/at/at.inc b/meta/recipes-extended/at/at.inc
deleted file mode 100644
index 64ae9c2b6a..0000000000
--- a/meta/recipes-extended/at/at.inc
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "Delayed job execution and batch processing"
2SECTION = "base"
3DEPENDS = "flex"
4RCONFLICTS_${PN} = "atd"
5RREPLACES_${PN} = "atd"
6
7inherit autotools
8
9do_install () {
10 oe_runmake "IROOT=${D}" install
11}