diff options
Diffstat (limited to 'meta/recipes-graphics')
8 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb index 95c33f410b..9e09cd2685 100644 --- a/meta/recipes-graphics/fstests/fstests_git.bb +++ b/meta/recipes-graphics/fstests/fstests_git.bb | |||
@@ -8,6 +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 | 12 | ||
12 | 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" |
13 | 14 | ||
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 9050671ab1..cab68fffb4 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
@@ -8,6 +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 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 3f43798109..d274a8fbd5 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -6,6 +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 | 10 | ||
10 | # From 2017-07-03 | 11 | # From 2017-07-03 |
11 | 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 e088277a7a..828ef501a7 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -10,6 +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 | SRCREV = "18df00c7b4677b0889486e16977857aa987947e2" | 14 | SRCREV = "18df00c7b4677b0889486e16977857aa987947e2" |
14 | 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" |
15 | 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 b871d89f9f..733ebce745 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,6 +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 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index 455e869c7a..7c7fa3ddb3 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -16,6 +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 | 20 | ||
20 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
21 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index b88d157923..3a989262c1 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | |||
@@ -17,3 +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" | ||
21 | |||
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb index 51839ddf79..2667dd899d 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | |||
@@ -8,6 +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 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||