summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/btop/btop_1.4.3.bb (renamed from meta-oe/recipes-support/btop/btop_1.4.2.bb)4
-rw-r--r--meta-oe/recipes-support/bvi/bvi_1.4.2.bb17
-rw-r--r--meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb (renamed from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.2.bb)4
-rw-r--r--meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb)4
-rw-r--r--meta-oe/recipes-support/libcanberra/files/0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch42
-rw-r--r--meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb1
-rw-r--r--meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb (renamed from meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb)2
-rw-r--r--meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb (renamed from meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb)2
-rw-r--r--meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb (renamed from meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb)2
-rw-r--r--meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch10
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc4
-rw-r--r--meta-oe/recipes-support/monit/monit_5.35.2.bb (renamed from meta-oe/recipes-support/monit/monit_5.35.0.bb)2
-rw-r--r--meta-oe/recipes-support/nss/nss_3.111.bb (renamed from meta-oe/recipes-support/nss/nss_3.110.bb)2
-rw-r--r--meta-oe/recipes-support/smarty/smarty_5.4.5.bb4
-rw-r--r--meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb (renamed from meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb)4
15 files changed, 81 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.4.2.bb b/meta-oe/recipes-support/btop/btop_1.4.3.bb
index 6fa76ac8ad..b0d74d49d7 100644
--- a/meta-oe/recipes-support/btop/btop_1.4.2.bb
+++ b/meta-oe/recipes-support/btop/btop_1.4.3.bb
@@ -4,9 +4,9 @@ LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main \ 7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \
8 " 8 "
9SRCREV = "274d0c78e5f18514dfbea23cee9d1c5431eb75e0" 9SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
diff --git a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb
new file mode 100644
index 0000000000..b0081794d0
--- /dev/null
+++ b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Binary VI editor"
2DESCRIPTION = "bvi is a visual editor for binary files."
3HOMEPAGE = "https://sourceforge.net/projects/bvi"
4SECTION = "console/utils"
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz"
9SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2"
10
11DEPENDS += "ncurses"
12
13# The project uses old style C interfaces and it is not compatible with C23
14# it builds fine with C17, specifying gnu17 as the C dialect to use
15CFLAGS:append = " -std=gnu17 -Wno-old-style-definition"
16
17inherit pkgconfig autotools-brokensep
diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.2.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb
index 03adffce82..3eba27c3c1 100644
--- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.2.bb
+++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb
@@ -4,8 +4,8 @@ SECTION = "libs"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main" 7SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}"
8SRCREV = "afa23b7699c17f1e26c88cbf95257b20d78d6247" 8SRCREV = "299e5928955cc62af9968370293b916f5130916f"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb
index d47bcc3a58..7b6ed6fdd9 100644
--- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb
+++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb
@@ -3,8 +3,8 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525"
4 4
5# v2.7.6 5# v2.7.6
6SRCREV = "9e6661278572009a92a8e125c9b339232a9735a1" 6SRCREV = "72f7fa621357299bb6c8f5d29b4efbafcbd34bf7"
7SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \ 7SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master;tag=v${PV} \
8 file://ldflags.patch \ 8 file://ldflags.patch \
9" 9"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-support/libcanberra/files/0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch b/meta-oe/recipes-support/libcanberra/files/0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch
new file mode 100644
index 0000000000..b8ad041850
--- /dev/null
+++ b/meta-oe/recipes-support/libcanberra/files/0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch
@@ -0,0 +1,42 @@
1From 86488a7fc209ac08dd92c9d50a77e3330e7aedd9 Mon Sep 17 00:00:00 2001
2From: Patrick Zacharias <1475802+Fighter19@users.noreply.github.com>
3Date: Thu, 7 Nov 2024 14:03:29 +0100
4Subject: [PATCH] Determine audio buffer size for a time of 500ms
5
6On some hardware like the SGTL5000, not specifying a buffer size
7results to EINVAL being returned.
8
9This code sets the buffer time to 500ms and the period time to a fourth of that,
10or whatever is nearest to that.
11
12Upstream-Status: Pending
13---
14 src/alsa.c | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17diff --git a/src/alsa.c b/src/alsa.c
18index bebcc4a..ac26578 100644
19--- a/src/alsa.c
20+++ b/src/alsa.c
21@@ -258,6 +258,21 @@ static int open_alsa(ca_context *c, struct outstanding *out) {
22 if ((ret = snd_pcm_hw_params_set_channels(out->pcm, hwparams, ca_sound_file_get_nchannels(out->file))) < 0)
23 goto finish;
24
25+ unsigned int buffer_time = 0;
26+ if ((ret = snd_pcm_hw_params_get_buffer_time_max(hwparams, &buffer_time, 0)) < 0)
27+ goto finish;
28+
29+ // Cap the buffer time to 500ms
30+ if (buffer_time > 500000)
31+ buffer_time = 500000;
32+
33+ unsigned int period_time = buffer_time / 4;
34+ if ((ret = snd_pcm_hw_params_set_period_time_near(out->pcm, hwparams, &period_time, 0)) < 0)
35+ goto finish;
36+
37+ if ((ret = snd_pcm_hw_params_set_buffer_time_near(out->pcm, hwparams, &buffer_time, 0)) < 0)
38+ goto finish;
39+
40 if ((ret = snd_pcm_hw_params(out->pcm, hwparams)) < 0)
41 goto finish;
42
diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb
index b6165c4fc5..7eac53ae90 100644
--- a/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb
+++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb
@@ -13,6 +13,7 @@ SRC_URI = " \
13 file://0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch \ 13 file://0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch \
14 file://0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch \ 14 file://0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch \
15 file://0001-remove-dropped-templates.patch \ 15 file://0001-remove-dropped-templates.patch \
16 file://0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch \
16" 17"
17SRC_URI[sha256sum] = "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72" 18SRC_URI[sha256sum] = "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
18 19
diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb
index 74844855d9..09d34603d6 100644
--- a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb
+++ b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb
@@ -10,7 +10,7 @@ DEPENDS = "libcbor openssl zlib udev"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b"
11 11
12SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" 12SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz"
13SRC_URI[sha256sum] = "abaab1318d21d262ece416fb8a7132fa9374bda89f6fa52b86a98a2f5712b61e" 13SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4"
14 14
15inherit cmake pkgconfig manpages 15inherit cmake pkgconfig manpages
16 16
diff --git a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb
index 02125730d1..ac5a3eaf09 100644
--- a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb
+++ b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
7DEPENDS = "libsimplelog" 7DEPENDS = "libsimplelog"
8SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" 8SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}"
9SRCREV = "9cf920aa1d3ef1d4a4de9a19e695717a6f097894" 9SRCREV = "b5a5a436900d0bd69f990ca062de916c65f7e2e0"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11inherit cmake 11inherit cmake
12EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" 12EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"
diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb
index 0aacbcd2cc..0302f7c89f 100644
--- a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
+++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
7 7
8SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" 8SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}"
9 9
10SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" 10SRCREV = "edbe423bdd1b36faf30d2eeeb869e4c1755864de"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
diff --git a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch
index 087a0501e0..1f6b89f2b6 100644
--- a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch
+++ b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch
@@ -1,4 +1,4 @@
1From cfa37411fa2ebe8ade94742ee00f86d0e386a651 Mon Sep 17 00:00:00 2001 1From 65a04547541894b3ec56bd70510b164810cd64b3 Mon Sep 17 00:00:00 2001
2From: Dengke Du <dengke.du@windriver.com> 2From: Dengke Du <dengke.du@windriver.com>
3Date: Tue, 25 Oct 2016 11:49:40 +0000 3Date: Tue, 25 Oct 2016 11:49:40 +0000
4Subject: [PATCH] implement libc specific reopen_stream 4Subject: [PATCH] implement libc specific reopen_stream
@@ -45,10 +45,10 @@ index 90905e629..ed69662d0 100644
45 void init_log_fn(lvm2_log_fn_t log_fn) 45 void init_log_fn(lvm2_log_fn_t log_fn)
46 { 46 {
47diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c 47diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
48index 4af6adc83..fbab70988 100644 48index 22ae1e3bb..b0928bc04 100644
49--- a/tools/lvmcmdline.c 49--- a/tools/lvmcmdline.c
50+++ b/tools/lvmcmdline.c 50+++ b/tools/lvmcmdline.c
51@@ -3395,7 +3395,7 @@ static int _check_standard_fds(void) 51@@ -3407,7 +3407,7 @@ static int _check_standard_fds(void)
52 int err = is_valid_fd(STDERR_FILENO); 52 int err = is_valid_fd(STDERR_FILENO);
53 53
54 if (!is_valid_fd(STDIN_FILENO) && 54 if (!is_valid_fd(STDIN_FILENO) &&
@@ -57,7 +57,7 @@ index 4af6adc83..fbab70988 100644
57 if (err) 57 if (err)
58 perror("stdin stream open"); 58 perror("stdin stream open");
59 else 59 else
60@@ -3405,7 +3405,7 @@ static int _check_standard_fds(void) 60@@ -3417,7 +3417,7 @@ static int _check_standard_fds(void)
61 } 61 }
62 62
63 if (!is_valid_fd(STDOUT_FILENO) && 63 if (!is_valid_fd(STDOUT_FILENO) &&
@@ -66,7 +66,7 @@ index 4af6adc83..fbab70988 100644
66 if (err) 66 if (err)
67 perror("stdout stream open"); 67 perror("stdout stream open");
68 /* else no stdout */ 68 /* else no stdout */
69@@ -3413,7 +3413,7 @@ static int _check_standard_fds(void) 69@@ -3425,7 +3425,7 @@ static int _check_standard_fds(void)
70 } 70 }
71 71
72 if (!is_valid_fd(STDERR_FILENO) && 72 if (!is_valid_fd(STDERR_FILENO) &&
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index bff075d400..7a87baf5c3 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -18,9 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
18 file://0001-include-libgen.h-for-basename.patch \ 18 file://0001-include-libgen.h-for-basename.patch \
19 " 19 "
20 20
21SRCREV = "3a6e221c569eb253fa38a772b15e53b5de65b5d1" 21SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23PV = "2.03.31" 23PV = "2.03.32"
24 24
25UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)" 25UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
26 26
diff --git a/meta-oe/recipes-support/monit/monit_5.35.0.bb b/meta-oe/recipes-support/monit/monit_5.35.2.bb
index a2be004c4f..97020d1953 100644
--- a/meta-oe/recipes-support/monit/monit_5.35.0.bb
+++ b/meta-oe/recipes-support/monit/monit_5.35.2.bb
@@ -16,7 +16,7 @@ SRC_URI = " \
16 file://monitrc \ 16 file://monitrc \
17" 17"
18 18
19SRC_URI[sha256sum] = "e9522a78b954eaee933c4810db7b99a36f941e022ca2b01570185d4ce41d8f12" 19SRC_URI[sha256sum] = "4dfef54329e63d9772a9e1c36ac99bc41173b79963dc0d8235f2c32f4b9e078f"
20 20
21DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" 21DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"
22 22
diff --git a/meta-oe/recipes-support/nss/nss_3.110.bb b/meta-oe/recipes-support/nss/nss_3.111.bb
index 1e7894ac60..b101ae989b 100644
--- a/meta-oe/recipes-support/nss/nss_3.110.bb
+++ b/meta-oe/recipes-support/nss/nss_3.111.bb
@@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/$
33 file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ 33 file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \
34 file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ 34 file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
35 " 35 "
36SRC_URI[sha256sum] = "9cd610c40422a07771b9b45166be2d052ea2f00b605a7928129e1f2071b3ae27" 36SRC_URI[sha256sum] = "5a4d5a44e91ef03cdc0c4897cf616e3c92f4e590ea835d3e0ccad8b005bd73c6"
37 37
38UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" 38UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/"
39UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)" 39UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)"
diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
index 7072641d45..37336ff5d7 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
@@ -18,9 +18,7 @@ S = "${UNPACKDIR}/git"
18 18
19INHIBIT_DEFAULT_DEPS = "1" 19INHIBIT_DEFAULT_DEPS = "1"
20 20
21inherit allarch 21# `make clean` removes files, they can't be rebuild with `make all`
22
23# `make clean` removes files, they can't be rebuild with `make all`
24CLEANBROKEN = "1" 22CLEANBROKEN = "1"
25 23
26do_configure[noexec] = "1" 24do_configure[noexec] = "1"
diff --git a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb
index a13d73b452..57966980e0 100644
--- a/meta-oe/recipes-support/yyjson/yyjson_0.10.0.bb
+++ b/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/ibireme/yyjson"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c8ae1b99922935413d4c596f50b59545"
6 6
7SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/ibireme/yyjson.git;protocol=https;branch=master;tag=${PV}"
8SRCREV = "9ddba001a4ea88e93b46932e5c5b87b222e19a5f" 8SRCREV = "9e24d6bcead647231f81173cc5c6bb6c097c00e4"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11