summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-11 12:45:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-16 00:03:13 +0100
commit5813f1f764f0c18ee2d00af9491f897bcc4089ab (patch)
treed3ca6163754f18f33a944125674031bbbc57052b /meta/recipes-devtools
parent2d21e4302de2d910c47209b115bd90cab48fc5a0 (diff)
downloadpoky-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.bb1
-rw-r--r--meta/recipes-devtools/distcc/distcc_3.2.bb1
-rw-r--r--meta/recipes-devtools/gnu-config/gnu-config_git.bb2
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb1
-rw-r--r--meta/recipes-devtools/mmc/mmc-utils_git.bb1
-rw-r--r--meta/recipes-devtools/rpm/rpm_git.bb1
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb1
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb1
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 \
22SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" 22SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a"
23PE = "1" 23PE = "1"
24PV = "2015.02.10+git${SRCPV}" 24PV = "2015.02.10+git${SRCPV}"
25UPSTREAM_VERSION_UNKNOWN = "1"
25 26
26S = "${WORKDIR}/git" 27S = "${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"
24SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c" 24SRCREV = "d8b18df3e9dcbe4f092bed565835d3975e99432c"
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26UPSTREAM_VERSION_UNKNOWN = "1"
26 27
27inherit autotools pkgconfig update-rc.d useradd systemd 28inherit 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
14SRC_URI = "git://git.savannah.gnu.org/config.git \ 14SRC_URI = "git://git.savannah.gnu.org/config.git \
15 file://gnu-configize.in" 15 file://gnu-configize.in"
16
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17UPSTREAM_VERSION_UNKNOWN = "1"
18 18
19CLEANBROKEN = "1" 19CLEANBROKEN = "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 "
29UPSTREAM_VERSION_UNKNOWN = "1"
29S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
30 31
31LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" 32LLVM_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"
9PV = "0.1" 9PV = "0.1"
10 10
11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}" 11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}"
12UPSTREAM_VERSION_UNKNOWN = "1"
12 13
13S = "${WORKDIR}/git" 14S = "${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 "
46UPSTREAM_VERSION_UNKNOWN = "1"
46 47
47PV = "4.13.90+git${SRCPV}" 48PV = "4.13.90+git${SRCPV}"
48PE = "1" 49PE = "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"
18UPSTREAM_VERSION_UNKNOWN = "1"
18SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" 19SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759"
19SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" 20SRC_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 "
19UPSTREAM_VERSION_UNKNOWN = "1"
19 20
20DEPENDS = "util-linux openssl" 21DEPENDS = "util-linux openssl"
21RDEPENDS_${PN} = "bash" 22RDEPENDS_${PN} = "bash"