aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/elfe_git.bb
blob: e9f7f9e89e18cad300982f6c8eb4bee81cbc1584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
PV = "0.0.1+gitr${SRCPV}"
PE = "1"

require e-module.inc

SRC_URI = " \
    git://git.enlightenment.org/enlightenment/modules/${BPN}.git \
"
S = "${WORKDIR}/git"

SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981"

DEPENDS += "elementary"

PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed"