diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb new file mode 100644 index 0000000..f11f8e6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django_git.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "A high-level Python Web framework" | ||
| 2 | HOMEPAGE = "http://www.djangoproject.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | ||
| 6 | |||
| 7 | SRCNAME = "Django" | ||
| 8 | |||
| 9 | PV = "1.8.6" | ||
| 10 | SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" | ||
| 11 | |||
| 12 | SRC_URI = " \ | ||
| 13 | git://github.com/django/django.git;branch=stable/1.8.x \ | ||
| 14 | " | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | FILES_${PN} += "${datadir}/django/*" | ||
| 21 | |||
