diff options
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc')
| -rw-r--r-- | recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc new file mode 100644 index 000000000..bb785831a --- /dev/null +++ b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
| 2 | |||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | python() { | ||
| 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 | |||
| 16 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1" | ||
| 17 | SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | CLEANBROKEN = "1" | ||
