diff options
| author | Ross Burton <ross@burtonini.com> | 2021-11-18 16:11:28 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-18 11:07:10 -0800 |
| commit | 95eec99419ce10ec02c47be5bbd8a65e5906b860 (patch) | |
| tree | 5b7fb7a7ccc61e5ed1885d1882e8c65166946ff0 /meta-oe/recipes-crypto | |
| parent | 4004a2279e11287407d820b997bb043b6ffe6fa7 (diff) | |
| download | meta-openembedded-95eec99419ce10ec02c47be5bbd8a65e5906b860.tar.gz | |
libkcapi: remove DEPENDS on target libtool
There is no need to build depend on the target libtool.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
| -rw-r--r-- | meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb index a66504dd83..2d15e9ac0f 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | |||
| @@ -3,8 +3,6 @@ HOMEPAGE = "http://www.chronox.de/libkcapi.html" | |||
| 3 | LICENSE = "BSD | GPL-2.0" | 3 | LICENSE = "BSD | GPL-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c78be93ed8d1637f2a3f4a83ff9d5f54" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c78be93ed8d1637f2a3f4a83ff9d5f54" |
| 5 | 5 | ||
| 6 | DEPENDS = "libtool" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
| 9 | SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db" | 7 | SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db" |
| 10 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ |
