summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc b/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc
new file mode 100644
index 00000000..e734cc4e
--- /dev/null
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc
@@ -0,0 +1,21 @@
1HOMEPAGE = "http://cryptodev-linux.org/"
2
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6python() {
7 d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', ''))
8 pkgs = d.getVar('PACKAGES').split()
9 for p in pkgs:
10 if '-qoriq' in p:
11 d.appendVar("RPROVIDES_" + p, ' ' + p.replace('-qoriq', ''))
12 d.appendVar("RCONFLICTS_" + p, ' ' + p.replace('-qoriq', ''))
13 d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', ''))
14}
15
16SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1"
17SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf"
18
19S = "${WORKDIR}/git"
20
21CLEANBROKEN = "1"