summaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-web/webpy/webpy_0.37.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
commit6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch)
tree814ad3da280833de03535ca04cf5068da1d31822 /meta-eca/recipes-web/webpy/webpy_0.37.bb
downloadmeta-eca-6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-eca/recipes-web/webpy/webpy_0.37.bb')
-rw-r--r--meta-eca/recipes-web/webpy/webpy_0.37.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-eca/recipes-web/webpy/webpy_0.37.bb b/meta-eca/recipes-web/webpy/webpy_0.37.bb
new file mode 100644
index 0000000..7ca73d5
--- /dev/null
+++ b/meta-eca/recipes-web/webpy/webpy_0.37.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "web.py: makes web apps"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98bdd61465b0278f5e6b8e81a0c981f2"
4PR = "r0"
5
6# 0.37 tag
7SRCREV = "7a08b0636a15d592e0a04e7adabe48abdb262b0a"
8SRC_URI = "\
9 git://github.com/webpy/webpy.git \
10"
11S = "${WORKDIR}/git"
12
13inherit distutils
14
15RDEPENDS_${PN} = "\
16 python-netserver \
17 python-compiler \
18"