Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0dd5804

Browse files
committedJan 6, 2025
fix(images): remove obsolete crypto libraries
Signed-off-by: Cedric Hombourger <[email protected]>
1 parent 954c854 commit 0dd5804

File tree

10 files changed

+1
-156
lines changed

10 files changed

+1
-156
lines changed
 

‎meta-isar/recipes-python/crypto/curve25519-donna.bb

-17
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/changelog

-29
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/compat

-1
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/control

-40
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/copyright

-56
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/rules

-7
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/source/format

-1
This file was deleted.

‎meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/source/options

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
curve25519_donna python3-curve25519-donna
21
ed25519 python3-ed25519

‎meta-isar/recipes-python/net/hap-python.bb

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ---------------------------------------------------------------------------
22
# This Isar layer is part of MTDA
3-
# Copyright (C) 2021 Siemens Digital Industries Software
3+
# Copyright (C) 2025 Siemens AG
44
# ---------------------------------------------------------------------------
55
# SPDX-License-Identifier: MIT
66
# ---------------------------------------------------------------------------
@@ -17,6 +17,4 @@ SRC_URI = " \
1717
SRCREV = "5265b54f707a50df72d25de5c24529b74eac4c63"
1818

1919
PROVIDES += "python3-hap-python"
20-
DEPENDS = "curve25519-donna"
21-
#### ed25519"
2220
do_build[deptask] += "do_deploy_deb"

0 commit comments

Comments
 (0)
Please sign in to comment.