diff options
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc')
-rw-r--r-- | recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc deleted file mode 100644 index ad54fc9e..00000000 --- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
2 | |||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | python() { | ||
7 | pkgs = d.getVar('PACKAGES').split() | ||
8 | for p in pkgs: | ||
9 | if 'cryptodev-qoriq' in p: | ||
10 | d.appendVar("RPROVIDES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
11 | d.appendVar("RCONFLICTS_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
12 | d.appendVar("RREPLACES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
13 | } | ||
14 | |||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:" | ||
16 | |||
17 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1" | ||
18 | SRCREV = "479e6e7f071e252c0c37ea38d38fdb4cd808f496" | ||
19 | |||
20 | # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc | ||
21 | # if pkc-host does not need customized cryptodev patches anymore | ||
22 | #SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | CLEANBROKEN = "1" | ||