summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc
blob: 72fb6a6873387cf1dca987c09bae07d3bca5d9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HOMEPAGE = "http://cryptodev-linux.org/"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

python() {
    d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', ''))
    pkgs = d.getVar('PACKAGES').split()
    for p in pkgs:
        if '-qoriq' in p:
            d.appendVar("RPROVIDES_" + p, ' ' + p.replace('-qoriq', ''))
            d.appendVar("RCONFLICTS_" + p, ' ' + p.replace('-qoriq', ''))
            d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', ''))
}

SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1"
SRCREV = "fabe5989a3dc9fba0cd0a40b612247cdde351c01"

S = "${WORKDIR}/git"

CLEANBROKEN = "1"