Skip to content

Commit

Permalink
Update python3-iotc-lite-sdk_git.bb
Browse files Browse the repository at this point in the history
Signed-off-by: zackandraka-avnet <[email protected]>
  • Loading branch information
zackandraka-avnet authored Jan 27, 2025
1 parent 7f1bfd8 commit 95fcff9
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions recipes-sdk/lite-sdk/python3-iotc-lite-sdk_git.bb
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
DESCRIPTION = "IoTConnect Python Lite SDK"
HOMEPAGE = "https://github.com/avnet-iotconnect/iotc-python-lite-sdk"
LICENSE = "CLOSED"
SRC_URI = "git://github.com/avnet-iotconnect/iotc-python-lite-sdk.git;protocol=https;branch=main"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "git://[email protected]/avnet-iotconnect/iotc-python-lite-sdk.git;protocol=ssh;branch=main"
SRCREV = "f0b5bf006b716d2de361e3df8b94f684f9872497"
S = "${WORKDIR}/git"

PYPI_PACKAGE = "iotc-python-lite-sdk"

inherit setuptools3 pypi
inherit setuptools3

do_configure:prepend() {
cat > ${S}/setup.py <<-EOF
from setuptools import setup

setup(
name="${PYPI_PACKAGE}",
version="${PV}",
license="${LICENSE}",
)
setup()
EOF
}

0 comments on commit 95fcff9

Please sign in to comment.