diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-16 12:52:11 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-16 12:52:11 +0000 |
commit | 06a32233c469a3628048d39bc8c79a864b51c1e0 (patch) | |
tree | 70cda69865cc8b546c4acc1b517efaa57e7b97c6 /packages/python/python-cheetah_1.0.bb | |
parent | 7b84d457f3f70bb814385e83bd0e001591389104 (diff) | |
parent | 1fc87ab9a7b9684565785ce5996aba6f5c03fe53 (diff) |
Merge branch 'mickey/python26' into org.openembedded.dev
Diffstat (limited to 'packages/python/python-cheetah_1.0.bb')
-rw-r--r-- | packages/python/python-cheetah_1.0.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/python/python-cheetah_1.0.bb b/packages/python/python-cheetah_1.0.bb deleted file mode 100644 index 20fe083d81..0000000000 --- a/packages/python/python-cheetah_1.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "template engine and code generation tool" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "MIT-like" -RDEPENDS = "" -SRCNAME = "Cheetah" - -SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -PR = "r0" - -inherit distutils - |