aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
blob: f6559f97e4d0c4aa649c270d51c6a2d5726985a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "An unladen web framework for building APIs and app backends."
HOMEPAGE = "http://projects.unbit.it/uwsgi/"
SECTION = "net"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"

SRCNAME = "uwsgi"
SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \
    file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
    file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
"

SRCREV="af44211739136e22471a2897383f34586284bf86"
PV="2.0.14+git${SRCPV}"
S = "${WORKDIR}/git"

inherit setuptools3 pkgconfig

# prevent host contamination and remove local search paths
export UWSGI_REMOVE_INCLUDES = "/usr/include,/usr/local/include"

DEPENDS += " \
        e2fsprogs \
        python3-pip \
        python3-six \
        yajl \
        "

# RDEPENDS:default: 
RDEPENDS:${PN} += " \
        "

CLEANBROKEN = "1"