From 3cd38e55364c4f90ee8e1651c022d63c094c203f Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Fri, 24 Mar 2023 17:25:36 +0100 Subject: [PATCH] Revert "lpa: Add NRSW base recipe" Additionally the two follow up commits are reverted too: Revert "lpa: Remove dependencies to NRSW" Revert "lpa: Use latest version with patched toby driver" This reverts commit 8f2fca9c5fbd26be724675d9dc24719969e5df91, c1187b555392df714fa68497361a0e53477a7c45 and c18ced1d01e31f298bb2e24f8250ebdec48f755a. id:379399 Signed-off-by: Patrick Zysset --- recipes-connectivity/lpa/lpa_git.bb | 34 ----------------------------- 1 file changed, 34 deletions(-) delete mode 100644 recipes-connectivity/lpa/lpa_git.bb diff --git a/recipes-connectivity/lpa/lpa_git.bb b/recipes-connectivity/lpa/lpa_git.bb deleted file mode 100644 index a212665..0000000 --- a/recipes-connectivity/lpa/lpa_git.bb +++ /dev/null @@ -1,34 +0,0 @@ -LICENSE = "CLOSED" -LIC_FILES_CHKSUM = "" - -SRC_URI = "git://gitea@git.netmodule.intranet/NRSW/lpa.git;branch=sdk_1.6;protocol=ssh \ - " - -PV = "1.0+git${SRCPV}" -SRCREV = "454007f13a713943ae1caff6704d889fde06c1c2" - -S = "${WORKDIR}/git" - -DEPENDS = "curl openssl" - -EXTRA_OEMAKE_append = "-j 1 SEMEDIA_TYPE=toby" - -TARGET_CC_ARCH += "${LDFLAGS}" - -inherit autotools-brokensep - -do_install () { - install -d ${D}${libdir} - install -d ${D}${datadir}/lpa - install -m 755 ${B}/sdk/liblpa.so.1.0.0 ${D}${libdir} - ln -sf liblpa.so.1.0.0 ${D}${libdir}/liblpa.so.1 - ln -sf liblpa.so.1.0.0 ${D}${libdir}/liblpa.so - install -d ${D}${bindir} - install -m 755 ${B}/lpa/lpa ${D}${bindir}/ - install -m 644 ${B}/certs/CI-cert_NIST.crt ${D}${datadir}/lpa/ - install -m 644 ${B}/certs/GSMA_CE_TEST_CI.crt ${D}${datadir}/lpa/ - install -m 644 ${B}/certs/GSMA_CE_LIVE_CI.crt ${D}${datadir}/lpa/ - ln -sf GSMA_CE_LIVE_CI.crt ${D}${datadir}/lpa/default.crt -} - -FILES_${PN} += "${bindir}/* ${libdir}/*.so*"