summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_git.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb
index c38f05e1a1..155dd0ac80 100644
--- a/meta/recipes-support/bmaptool/bmaptool_git.bb
+++ b/meta/recipes-support/bmaptool/bmaptool_git.bb
@@ -10,23 +10,20 @@ LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" 12SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https"
13SRCREV = "2ff5750b8a3e0b36a9993c20e2ea10a07bc62085" 13SRCREV = "618a7316102f6f81faa60537503012a419eafa06"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15BASEVER = "3.8.0" 15BASEVER = "3.9.0"
16PV = "${BASEVER}+git" 16PV = "${BASEVER}+git"
17 17
18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
19 19
20# Need df from coreutils 20# Need df from coreutils
21RDEPENDS:${PN} = "python3-core python3-compression python3-misc python3-mmap python3-setuptools python3-fcntl python3-six coreutils" 21RDEPENDS:${PN} = "python3-core python3-compression python3-misc python3-mmap python3-setuptools python3-fcntl coreutils"
22 22
23inherit setuptools3 23inherit python_hatchling
24 24
25# For compatibility with layers before scarthgap 25# For compatibility with layers before scarthgap
26RREPLACES:${PN} = "bmap-tools" 26RREPLACES:${PN} = "bmap-tools"
27RCONFLICTS:${PN} = "bmap-tools" 27RCONFLICTS:${PN} = "bmap-tools"
28 28
29# Poetry backend appears incomplete, upstream has moved to hatch
30INSANE_SKIP = "pep517-backend"
31
32BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"