summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2022-01-28 22:16:23 +0300
committerJoel Stanley <joel@jms.id.au>2022-02-01 01:22:37 +0300
commit869b269e7af57155416f6ca8ff95022ce4212e9d (patch)
tree6b03795f25985a1339cb3fed5c72f14379ffc764
parentd39e0ec0ce16ea7e36c29eb96f2a7c9bdd469e41 (diff)
downloadopenbmc-869b269e7af57155416f6ca8ff95022ce4212e9d.tar.xz
meta-aspeed: socsec: remove hexdump dependency
With the latest yocto subtree update, this function has been moved into the global python package. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I60fd8a2160e45823065a9a28ae36af263baa15cb
-rw-r--r--meta-aspeed/recipes-aspeed/python/socsec.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-aspeed/python/socsec.inc b/meta-aspeed/recipes-aspeed/python/socsec.inc
index 30ba30897f..5fe474b16b 100644
--- a/meta-aspeed/recipes-aspeed/python/socsec.inc
+++ b/meta-aspeed/recipes-aspeed/python/socsec.inc
@@ -17,7 +17,6 @@ DEPENDS += "${PYTHON_PN}-pycryptodome-native"
RDEPENDS:${PN} += "${PYTHON_PN}-bitarray"
RDEPENDS:${PN} += "${PYTHON_PN}-core"
-RDEPENDS:${PN} += "${PYTHON_PN}-hexdump"
RDEPENDS:${PN} += "${PYTHON_PN}-jsonschema"
RDEPENDS:${PN} += "${PYTHON_PN}-jstyleson"
RDEPENDS:${PN} += "${PYTHON_PN}-pycryptodome"