diff options
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb | 11 | ||||
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 11 |
2 files changed, 13 insertions, 9 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb index 320716d6aa..43f58f311c 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb | |||
| @@ -1,13 +1,6 @@ | |||
| 1 | SUMMARY = "A /dev/crypto device driver" | 1 | require cryptodev_${PV}.inc |
| 2 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
| 3 | 2 | ||
| 4 | LICENSE = "GPLv2" | 3 | SUMMARY = "A /dev/crypto device driver header file" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | |||
| 7 | SRC_URI = "http://download.gna.org/cryptodev-linux/${BPN}-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "eade38998313c25fd7934719cdf8a2ea" | ||
| 10 | SRC_URI[sha256sum] = "75f1425c8ea1f8cae523905a5a046a35092327a6152800b0b86efc4e56fb3e2f" | ||
| 11 | 4 | ||
| 12 | do_compile() { | 5 | do_compile() { |
| 13 | : | 6 | : |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc b/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc new file mode 100644 index 0000000000..946faac7d2 --- /dev/null +++ b/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
| 2 | |||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "eade38998313c25fd7934719cdf8a2ea" | ||
| 9 | SRC_URI[sha256sum] = "75f1425c8ea1f8cae523905a5a046a35092327a6152800b0b86efc4e56fb3e2f" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/cryptodev-linux-${PV}" | ||
