diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-10-09 15:22:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-09 17:22:31 -0700 |
commit | cc512cd9e1aec90ca590288d7004f8bb144998e5 (patch) | |
tree | df8735cef83aaa28932ac8c54414a7b0484785d5 | |
parent | 446938f8f8e9e64d1d9e830d16055fbbcde79334 (diff) | |
download | meta-openembedded-cc512cd9e1aec90ca590288d7004f8bb144998e5.tar.gz |
utouch-*, ifenslave, iozone3, ttf-honkyfonts, python3-smbus: don't use trailing slash in S
* see oe-core base.bbclass changes from:
https://lists.openembedded.org/g/openembedded-core/message/143159
https://lists.openembedded.org/g/openembedded-core/message/143161
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb index 72a7eeec58..0db9e8a0a7 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb | |||
@@ -11,7 +11,7 @@ MAN_PKG = "${PN}" | |||
11 | SRCREV = "c26e9310f552e69d0d44eb48746e02c9ae4b4f6f" | 11 | SRCREV = "c26e9310f552e69d0d44eb48746e02c9ae4b4f6f" |
12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" | 12 | SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git/" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_install() { | 16 | do_install() { |
17 | install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave | 17 | install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave |
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_490.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_490.bb index ecf08cb33c..1d2e53a319 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_490.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_490.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "5eadb4235ae2a956911204c50ebf2d8d8d59ddcd4a2841a1baf42f3145 | |||
16 | 16 | ||
17 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" | 17 | UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar" |
18 | 18 | ||
19 | S = "${WORKDIR}/${BPN}_${PV}/src/current/" | 19 | S = "${WORKDIR}/${BPN}_${PV}/src/current" |
20 | 20 | ||
21 | # | 21 | # |
22 | # All other arches can use the default OEMAKE except those | 22 | # All other arches can use the default OEMAKE except those |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb index 4df0c3afb5..9c89f97f3f 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb | |||
@@ -8,7 +8,7 @@ PR = "r7" | |||
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" |
10 | 10 | ||
11 | S = "${WORKDIR}/hunkyfonts-${PV}/TTF/" | 11 | S = "${WORKDIR}/hunkyfonts-${PV}/TTF" |
12 | 12 | ||
13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
14 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 14 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb index 7c5a734394..a5a881d1fe 100644 --- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb | |||
@@ -14,6 +14,6 @@ SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | |||
14 | 14 | ||
15 | PV = "1.0.6+git${SRCPV}" | 15 | PV = "1.0.6+git${SRCPV}" |
16 | 16 | ||
17 | S = "${WORKDIR}/git/" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | PARALLEL_MAKE = "" | 19 | PARALLEL_MAKE = "" |
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index 1ebebfa9f5..ca74d911f8 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
@@ -18,4 +18,4 @@ SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" | |||
18 | 18 | ||
19 | PV = "1.1.2+git${SRCPV}" | 19 | PV = "1.1.2+git${SRCPV}" |
20 | 20 | ||
21 | S = "${WORKDIR}/git/" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index 5f07bf28ee..04d1f3fc7f 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
@@ -16,4 +16,4 @@ DEPENDS += "mtdev utouch-frame utouch-evemu libx11" | |||
16 | 16 | ||
17 | PV = "1.1.7+git${SRCPV}" | 17 | PV = "1.1.7+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git/" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.1.bb b/meta-python/recipes-devtools/python/python3-smbus_4.1.bb index 1be77393b2..6b33649434 100644 --- a/meta-python/recipes-devtools/python/python3-smbus_4.1.bb +++ b/meta-python/recipes-devtools/python/python3-smbus_4.1.bb | |||
@@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "ef8f77afc70e7dbfd1171bfeae87a8a7f10074829370ce8d9ccd585a01 | |||
9 | 9 | ||
10 | DEPENDS += "i2c-tools" | 10 | DEPENDS += "i2c-tools" |
11 | 11 | ||
12 | S = "${WORKDIR}/i2c-tools-${PV}/py-smbus/" | 12 | S = "${WORKDIR}/i2c-tools-${PV}/py-smbus" |
13 | inherit distutils3 | 13 | inherit distutils3 |