summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-07 19:33:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 10:24:46 +0200
commit4f8d5c14ed82f505f1c5eaadbcaf46a36decc1db (patch)
tree312ee3b8a24e3e17d7ad5eaff6abe943ee8da4e8 /meta-oe/recipes-devtools/python
parente5f5687c1263ef941a8b63dd7eb304e8038877f4 (diff)
downloadmeta-openembedded-4f8d5c14ed82f505f1c5eaadbcaf46a36decc1db.tar.gz
python-argparse: drop from meta-oe, moved to oe-core with glib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb b/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
deleted file mode 100644
index a74c53372..000000000
--- a/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "Python command-line parsing library"
2SECTION = "devel/python"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
5SRCNAME = argparse
6
7SRC_URI = "http://argparse.googlecode.com/files/${SRCNAME}-${PV}.tar.gz"
8SRC_URI[md5sum] = "2fbef8cb61e506c706957ab6e135840c"
9SRC_URI[sha256sum] = "ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4"
10
11S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13inherit setuptools
14
15BBCLASSEXTEND = "native"