meta-digi-dey: python3-connectcore-ble: update recipe to always compile Github code
Main development of the library will be done in Github. The Stash repository will be used as a "security backup mirror", so update the recipe to always compile from Github. Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
parent
4265b80402
commit
bd8fbbbc2c
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2022, Digi International Inc.
|
# Copyright (C) 2022, 2023, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "Bluetooth Low Energy Python library for ConnetCore devices"
|
SUMMARY = "Bluetooth Low Energy Python library for ConnetCore devices"
|
||||||
DESCRIPTION = "The ConnectCore BLE Python library allows your Digi International's ConnectCore modules to interact with mobile applications."
|
DESCRIPTION = "The ConnectCore BLE Python library allows your Digi International's ConnectCore modules to interact with mobile applications."
|
||||||
|
|
@ -8,14 +8,10 @@ LICENSE = "MPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
||||||
|
|
||||||
SRCBRANCH ?= "master"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "eeeb705ded84cfb4ba1a4b50a41a98e3bfe59700"
|
||||||
|
|
||||||
CONNECTCORE_BLE_URI_STASH = "${DIGI_MTK_GIT}/python/connectcore-ble-python.git;protocol=ssh"
|
|
||||||
CONNECTCORE_BLE_URI_GITHUB = "${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https"
|
|
||||||
CONNECTCORE_BLE_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${CONNECTCORE_BLE_URI_STASH}', '${CONNECTCORE_BLE_URI_GITHUB}', d)}"
|
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${CONNECTCORE_BLE_URI};branch=${SRCBRANCH} \
|
${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https;branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue