diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-11 12:45:19 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:13 +0100 |
| commit | 5813f1f764f0c18ee2d00af9491f897bcc4089ab (patch) | |
| tree | d3ca6163754f18f33a944125674031bbbc57052b /meta/recipes-devtools | |
| parent | 2d21e4302de2d910c47209b115bd90cab48fc5a0 (diff) | |
| download | poky-5813f1f764f0c18ee2d00af9491f897bcc4089ab.tar.gz | |
selftest: fix distrodata.py to use per-recipe UPSTREAM_VERSION_UNKNOWN setting
... instead of a global exception list which was problematic.
[YOCTO #11896]
(From OE-Core rev: 89dfede4ca795ba085f1ee7290c6dede573c11db)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.2.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/mmc/mmc-utils_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
8 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index c60c164103..84d04cfa0d 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ | |||
| 22 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 22 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |
| 23 | PE = "1" | 23 | PE = "1" |
| 24 | PV = "2015.02.10+git${SRCPV}" | 24 | PV = "2015.02.10+git${SRCPV}" |
| 25 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 25 | 26 | ||
| 26 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 27 | 28 | ||
diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb index ea3d7c10be..b6da65a582 100644 --- a/meta/recipes-devtools/distcc/distcc_3.2.bb +++ b/meta/recipes-devtools/distcc/distcc_3.2.bb | |||
| @@ -23,6 +23,7 @@ SRC_URI = "git://github.com/distcc/distcc.git;branch=${PV} \ | |||
| 23 | file://distcc.service" | 23 | file://distcc.service" |
| 24 | SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c" | 24 | SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c" |
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 26 | 27 | ||
| 27 | inherit autotools pkgconfig update-rc.d useradd systemd | 28 | inherit autotools pkgconfig update-rc.d useradd systemd |
| 28 | 29 | ||
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index f1c77884ea..4fded60f19 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb | |||
| @@ -13,8 +13,8 @@ PV = "20150728+git${SRCPV}" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://git.savannah.gnu.org/config.git \ | 14 | SRC_URI = "git://git.savannah.gnu.org/config.git \ |
| 15 | file://gnu-configize.in" | 15 | file://gnu-configize.in" |
| 16 | |||
| 17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 18 | 18 | ||
| 19 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |
| 20 | 20 | ||
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index eb2049248e..09031f5477 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -26,6 +26,7 @@ SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http | |||
| 26 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 26 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
| 27 | file://0002-llvm-allow-env-override-of-exe-path.patch \ | 27 | file://0002-llvm-allow-env-override-of-exe-path.patch \ |
| 28 | " | 28 | " |
| 29 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 30 | 31 | ||
| 31 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" | 32 | LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" |
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 6dcc3676c2..50acdb1cc2 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb | |||
| @@ -9,6 +9,7 @@ SRCREV = "37c86e60c0442fef570b75cd81aeb1db4d0cbafd" | |||
| 9 | PV = "0.1" | 9 | PV = "0.1" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}" | 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}" |
| 12 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 12 | 13 | ||
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | 15 | ||
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index d9ff2c7fa5..59836d0b11 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb | |||
| @@ -43,6 +43,7 @@ SRC_URI = "git://github.com/rpm-software-management/rpm \ | |||
| 43 | file://0003-rpmstrpool.c-make-operations-over-string-pools-threa.patch \ | 43 | file://0003-rpmstrpool.c-make-operations-over-string-pools-threa.patch \ |
| 44 | file://0004-build-pack.c-remove-static-local-variables-from-buil.patch \ | 44 | file://0004-build-pack.c-remove-static-local-variables-from-buil.patch \ |
| 45 | " | 45 | " |
| 46 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 46 | 47 | ||
| 47 | PV = "4.13.90+git${SRCPV}" | 48 | PV = "4.13.90+git${SRCPV}" |
| 48 | PE = "1" | 49 | PE = "1" |
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index 33ed09ae8a..4f68d01131 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
| @@ -15,6 +15,7 @@ SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ | |||
| 15 | file://0001-mksquashfs.c-get-inline-functions-work-with-C99.patch;striplevel=2 \ | 15 | file://0001-mksquashfs.c-get-inline-functions-work-with-C99.patch;striplevel=2 \ |
| 16 | file://fix-compat.patch \ | 16 | file://fix-compat.patch \ |
| 17 | " | 17 | " |
| 18 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 18 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" | 19 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" |
| 19 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" | 20 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" |
| 20 | 21 | ||
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 6d6ba76ba8..9db26dccc7 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
| @@ -16,6 +16,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent;branch=1.4_ne | |||
| 16 | file://tcf-agent.init \ | 16 | file://tcf-agent.init \ |
| 17 | file://tcf-agent.service \ | 17 | file://tcf-agent.service \ |
| 18 | " | 18 | " |
| 19 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
| 19 | 20 | ||
| 20 | DEPENDS = "util-linux openssl" | 21 | DEPENDS = "util-linux openssl" |
| 21 | RDEPENDS_${PN} = "bash" | 22 | RDEPENDS_${PN} = "bash" |
