summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-support')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb (renamed from meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb)3
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb3
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb
index ec483321b6..cf2d54c07d 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.7.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb
@@ -19,10 +19,9 @@ SYSTEMD_AUTO_ENABLE ?= "disable"
19 19
20RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" 20RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb"
21 21
22SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" 22SRCREV = "d323d5a3091af490502c5d025ec7361a3a2cfbd9"
23SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" 23SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master"
24 24
25S = "${WORKDIR}/git"
26 25
27do_install:append() { 26do_install:append() {
28 # Install example configuration scripts. 27 # Install example configuration scripts.
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb
index 9f85532064..79a7f4095e 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb
@@ -12,13 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12HG_CHANGESET = "98273ce331bb" 12HG_CHANGESET = "98273ce331bb"
13SRC_URI = "https://selenic.com/repo/${BPN}/archive/${HG_CHANGESET}.tar.bz2;downloadfilename=${BP}.tar.bz2 \ 13SRC_URI = "https://selenic.com/repo/${BPN}/archive/${HG_CHANGESET}.tar.bz2;downloadfilename=${BP}.tar.bz2 \
14 file://0001-smem-fix-support-for-source-option-python3.patch" 14 file://0001-smem-fix-support-for-source-option-python3.patch"
15SRC_URI[md5sum] = "51c3989779360f42b42ef46b2831be3a"
16SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda8e08ce" 15SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda8e08ce"
17 16
18UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags" 17UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags"
19UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
20 19
21S = "${WORKDIR}/${BPN}-${HG_CHANGESET}" 20S = "${UNPACKDIR}/${BPN}-${HG_CHANGESET}"
22 21
23do_compile() { 22do_compile() {
24 ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap 23 ${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap