diff options
22 files changed, 22 insertions, 23 deletions
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb index 4afb90c20a..c24295b537 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb | |||
@@ -11,7 +11,7 @@ PV = "0.1+git${SRCPV}" | |||
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
14 | UPSTREAM_VERSION_UNKNOWN = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 3b7f818fc5..aab2c0360d 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -12,7 +12,7 @@ PR = "r15" | |||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 12 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
13 | file://psplash-init \ | 13 | file://psplash-init \ |
14 | ${SPLASH_IMAGES}" | 14 | ${SPLASH_IMAGES}" |
15 | UPSTREAM_VERSION_UNKNOWN = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default" | 17 | SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default" |
18 | 18 | ||
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 6fc6f6e1ab..76d4312d88 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/philb/update-rc.d.git \ | |||
16 | file://check-if-symlinks-are-valid.patch \ | 16 | file://check-if-symlinks-are-valid.patch \ |
17 | file://fix-to-handle-priority-numbers-correctly.patch \ | 17 | file://fix-to-handle-priority-numbers-correctly.patch \ |
18 | " | 18 | " |
19 | UPSTREAM_VERSION_UNKNOWN = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index 84d04cfa0d..efcf6b6dd3 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -22,7 +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 | UPSTREAM_CHECK_COMMITS = "1" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 4fded60f19..8de8138127 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb | |||
@@ -14,7 +14,7 @@ PV = "20150728+git${SRCPV}" | |||
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 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | UPSTREAM_VERSION_UNKNOWN = "1" | 17 | UPSTREAM_CHECK_COMMITS = "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 b3069ec1fb..de06e12ae4 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -26,7 +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 | UPSTREAM_CHECK_COMMITS = "1" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | 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 50acdb1cc2..efaabc1148 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb | |||
@@ -9,7 +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 | UPSTREAM_CHECK_COMMITS = "1" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 570ef36a3c..cc93bcc384 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -32,8 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \ | |||
32 | file://prelink.cron.daily \ | 32 | file://prelink.cron.daily \ |
33 | file://prelink.default \ | 33 | file://prelink.default \ |
34 | file://macros.prelink" | 34 | file://macros.prelink" |
35 | UPSTREAM_CHECK_GITTAGREGEX = "upstream has no usable tags" | 35 | UPSTREAM_CHECK_COMMITS = "1" |
36 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
37 | 36 | ||
38 | TARGET_OS_ORIG := "${TARGET_OS}" | 37 | TARGET_OS_ORIG := "${TARGET_OS}" |
39 | OVERRIDES_append = ":${TARGET_OS_ORIG}" | 38 | OVERRIDES_append = ":${TARGET_OS_ORIG}" |
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index 0f991706c1..a8baca51e3 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ | |||
16 | file://squashfs-tools-4.3-sysmacros.patch;striplevel=2 \ | 16 | file://squashfs-tools-4.3-sysmacros.patch;striplevel=2 \ |
17 | file://fix-compat.patch \ | 17 | file://fix-compat.patch \ |
18 | " | 18 | " |
19 | UPSTREAM_VERSION_UNKNOWN = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" | 20 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" |
21 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" | 21 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" |
22 | 22 | ||
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index 6d6789ae85..ab70ea98a3 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
7 | 7 | ||
8 | SRC_URI = "git://${GO_IMPORT}" | 8 | SRC_URI = "git://${GO_IMPORT}" |
9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" | 9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" |
10 | UPSTREAM_VERSION_UNKNOWN = "1" | 10 | UPSTREAM_CHECK_COMMITS = "1" |
11 | 11 | ||
12 | GO_IMPORT = "github.com/golang/example" | 12 | GO_IMPORT = "github.com/golang/example" |
13 | GO_INSTALL = "${GO_IMPORT}/hello" | 13 | GO_INSTALL = "${GO_IMPORT}/hello" |
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb index 9e09cd2685..69f217830a 100644 --- a/meta/recipes-graphics/fstests/fstests_git.bb +++ b/meta/recipes-graphics/fstests/fstests_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "e5939ff608b95cdd4d0ab0e1935781ab9a276ac0" | |||
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 10 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
11 | UPSTREAM_VERSION_UNKNOWN = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" | 13 | LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac6cc180f7655" |
14 | 14 | ||
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index cab68fffb4..4265f8a8dc 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315 | |||
8 | 8 | ||
9 | SRCREV = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e" | 9 | SRCREV = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e" |
10 | SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git" | 10 | SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git" |
11 | UPSTREAM_VERSION_UNKNOWN = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index d274a8fbd5..bbe9a88969 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -6,7 +6,7 @@ SRC_URI = "git://anongit.freedesktop.org/piglit \ | |||
6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ | 6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ |
7 | file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \ | 7 | file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \ |
8 | " | 8 | " |
9 | UPSTREAM_VERSION_UNKNOWN = "1" | 9 | UPSTREAM_CHECK_COMMITS = "1" |
10 | 10 | ||
11 | # From 2017-07-03 | 11 | # From 2017-07-03 |
12 | SRCREV = "c8f4fd9eeb298a2ef0855927f22634f794ef3eff" | 12 | SRCREV = "c8f4fd9eeb298a2ef0855927f22634f794ef3eff" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index 0b8943508b..5fc9c2dba7 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ | |||
10 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ | 10 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ |
11 | file://0001-Fix-build-on-x86.patch \ | 11 | file://0001-Fix-build-on-x86.patch \ |
12 | " | 12 | " |
13 | UPSTREAM_VERSION_UNKNOWN = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
14 | SRCREV = "18df00c7b4677b0889486e16977857aa987947e2" | 14 | SRCREV = "18df00c7b4677b0889486e16977857aa987947e2" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb index 733ebce745..a4ab7f6eb8 100644 --- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb +++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb | |||
@@ -11,7 +11,7 @@ SRCREV = "23c8af5ba4a1b7efbaf0bbca59a65ff7e10a1a06" | |||
11 | PV = "0.1.1+git${SRCPV}" | 11 | PV = "0.1.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
14 | UPSTREAM_VERSION_UNKNOWN = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index 7c7fa3ddb3..0fe65318be 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -16,7 +16,7 @@ PV = "0.0+git${SRCPV}" | |||
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ |
18 | file://fix-xcb.patch" | 18 | file://fix-xcb.patch" |
19 | UPSTREAM_VERSION_UNKNOWN = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index 3a989262c1..eb4b4224ca 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | |||
@@ -17,5 +17,5 @@ PR = "r2" | |||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \ | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \ |
18 | file://fix.patch;apply=yes" | 18 | file://fix.patch;apply=yes" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | UPSTREAM_VERSION_UNKNOWN = "1" | 20 | UPSTREAM_CHECK_COMMITS = "1" |
21 | 21 | ||
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb index 2667dd899d..1d275a0042 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "7d38b881e99eb74169d292b40f7164e461a65092" | |||
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/test-xvideo" | 10 | SRC_URI = "git://git.yoctoproject.org/test-xvideo" |
11 | UPSTREAM_VERSION_UNKNOWN = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 9054b33cc0..8433308a86 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -184,7 +184,7 @@ PV = "0.0+git${SRCPV}" | |||
184 | 184 | ||
185 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" | 185 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" |
186 | 186 | ||
187 | UPSTREAM_VERSION_UNKNOWN = "1" | 187 | UPSTREAM_CHECK_COMMITS = "1" |
188 | 188 | ||
189 | S = "${WORKDIR}/git" | 189 | S = "${WORKDIR}/git" |
190 | 190 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 4fe8fdef4a..ee11e2ba10 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \ | |||
9 | 9 | ||
10 | SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" | 10 | SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" |
11 | PV = "0.0.1+git${SRCPV}" | 11 | PV = "0.0.1+git${SRCPV}" |
12 | UPSTREAM_VERSION_UNKNOWN = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index c5476c7a9b..bc9775ab2a 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \ | |||
12 | file://don-t-default-to-cortex-a9-with-neon.patch \ | 12 | file://don-t-default-to-cortex-a9-with-neon.patch \ |
13 | file://Fix-X32-build-by-disabling-asm.patch \ | 13 | file://Fix-X32-build-by-disabling-asm.patch \ |
14 | " | 14 | " |
15 | UPSTREAM_VERSION_UNKNOWN = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6" | 17 | SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6" |
18 | 18 | ||
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index decd2a8b30..6148e40ada 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ | |||
16 | file://0001-Clarify-conditions-to-avoid-compiler-errors.patch \ | 16 | file://0001-Clarify-conditions-to-avoid-compiler-errors.patch \ |
17 | file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ | 17 | file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ |
18 | " | 18 | " |
19 | UPSTREAM_VERSION_UNKNOWN = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | SRCREV = "8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3" | 20 | SRCREV = "8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3" |
21 | PE = "1" | 21 | PE = "1" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |