diff options
Diffstat (limited to 'meta-oe/recipes-extended')
20 files changed, 36 insertions, 28 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_1.27.bb b/meta-oe/recipes-extended/iotop/iotop_1.29.bb index 60157305c5..fc1251a899 100644 --- a/meta-oe/recipes-extended/iotop/iotop_1.27.bb +++ b/meta-oe/recipes-extended/iotop/iotop_1.29.bb | |||
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9" | |||
4 | 4 | ||
5 | DEPENDS = "ncurses" | 5 | DEPENDS = "ncurses" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" |
8 | SRCREV = "4e32789e496a027201e66b5773a9d7955f7c638b" | 8 | SRCREV = "dd0f4ad5ec03b9fd642f54144f6465cf6d2c1d12" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch b/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch index 3c6aee9247..70890e2485 100644 --- a/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch +++ b/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 5de24e1b39c09adb0c5bf4bb4228bd1bb935542a Mon Sep 17 00:00:00 2001 | 1 | From 24ec37bfe5c4c248dda0e80d6e7ab27afca1d60e Mon Sep 17 00:00:00 2001 |
2 | From: Yi Zhao <yi.zhao@windriver.com> | 2 | From: Yi Zhao <yi.zhao@windriver.com> |
3 | Date: Wed, 22 Mar 2023 16:03:56 +0800 | 3 | Date: Wed, 22 Mar 2023 16:03:56 +0800 |
4 | Subject: [PATCH] test_context: skip test case test_searchdirs | 4 | Subject: [PATCH] test_context: skip test case test_searchdirs |
@@ -13,10 +13,10 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
13 | 1 file changed, 1 deletion(-) | 13 | 1 file changed, 1 deletion(-) |
14 | 14 | ||
15 | diff --git a/tests/utests/basic/test_context.c b/tests/utests/basic/test_context.c | 15 | diff --git a/tests/utests/basic/test_context.c b/tests/utests/basic/test_context.c |
16 | index cfba1d30f..8c3bb7ad6 100644 | 16 | index 116b2ce36..4e96f4e96 100644 |
17 | --- a/tests/utests/basic/test_context.c | 17 | --- a/tests/utests/basic/test_context.c |
18 | +++ b/tests/utests/basic/test_context.c | 18 | +++ b/tests/utests/basic/test_context.c |
19 | @@ -1061,7 +1061,6 @@ int | 19 | @@ -1110,7 +1110,6 @@ int |
20 | main(void) | 20 | main(void) |
21 | { | 21 | { |
22 | const struct CMUnitTest tests[] = { | 22 | const struct CMUnitTest tests[] = { |
@@ -24,6 +24,3 @@ index cfba1d30f..8c3bb7ad6 100644 | |||
24 | UTEST(test_options), | 24 | UTEST(test_options), |
25 | UTEST(test_models), | 25 | UTEST(test_models), |
26 | UTEST(test_imports), | 26 | UTEST(test_imports), |
27 | -- | ||
28 | 2.25.1 | ||
29 | |||
diff --git a/meta-oe/recipes-extended/libyang/libyang_3.7.8.bb b/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb index 3bea9bc2b8..ea51f6cb14 100644 --- a/meta-oe/recipes-extended/libyang/libyang_3.7.8.bb +++ b/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb | |||
@@ -6,9 +6,9 @@ LICENSE = "BSD-3-Clause" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9bb3d334294e8719f41c531e28a9a697" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9bb3d334294e8719f41c531e28a9a697" |
8 | 8 | ||
9 | SRCREV = "03e294d83b610f89e8ba7b2156a80dc0ad534443" | 9 | SRCREV = "da7272e19d9e27d1bfdd68108fa9dce25fbdf5e8" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https;tag=v${PV} \ |
12 | file://0001-test_context-skip-test-case-test_searchdirs.patch \ | 12 | file://0001-test_context-skip-test-case-test_searchdirs.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0001-hiredis-use-default-CC-if-it-is-set.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0001-hiredis-use-default-CC-if-it-is-set.patch index 63bf403412..63bf403412 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0001-hiredis-use-default-CC-if-it-is-set.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0001-hiredis-use-default-CC-if-it-is-set.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0002-lua-update-Makefile-to-use-environment-build-setting.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0002-lua-update-Makefile-to-use-environment-build-setting.patch index 46330f5064..46330f5064 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0002-lua-update-Makefile-to-use-environment-build-setting.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0002-lua-update-Makefile-to-use-environment-build-setting.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0003-hack-to-force-use-of-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0003-hack-to-force-use-of-libc-malloc.patch index 1f97f9783d..1f97f9783d 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0003-hack-to-force-use-of-libc-malloc.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0003-hack-to-force-use-of-libc-malloc.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0004-src-Do-not-reset-FINAL_LIBS.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0004-src-Do-not-reset-FINAL_LIBS.patch index 974cf5169f..974cf5169f 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0004-src-Do-not-reset-FINAL_LIBS.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0004-src-Do-not-reset-FINAL_LIBS.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch index 8e5f30993b..8e5f30993b 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/0006-Define-correct-gregs-for-RISCV32.patch b/meta-oe/recipes-extended/redis/redis-7.2.8/0006-Define-correct-gregs-for-RISCV32.patch index 7009048171..7009048171 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/0006-Define-correct-gregs-for-RISCV32.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/0006-Define-correct-gregs-for-RISCV32.patch | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/init-redis-server b/meta-oe/recipes-extended/redis/redis-7.2.8/init-redis-server index c5f335f57d..c5f335f57d 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/init-redis-server +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/init-redis-server | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/redis.conf b/meta-oe/recipes-extended/redis/redis-7.2.8/redis.conf index 75037d6dc8..75037d6dc8 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/redis.conf +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/redis.conf | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.7/redis.service b/meta-oe/recipes-extended/redis/redis-7.2.8/redis.service index b7791d0df4..b7791d0df4 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.7/redis.service +++ b/meta-oe/recipes-extended/redis/redis-7.2.8/redis.service | |||
diff --git a/meta-oe/recipes-extended/redis/redis_7.2.7.bb b/meta-oe/recipes-extended/redis/redis_7.2.8.bb index c688e92cca..3c4d84085b 100644 --- a/meta-oe/recipes-extended/redis/redis_7.2.7.bb +++ b/meta-oe/recipes-extended/redis/redis_7.2.8.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | |||
18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ | 18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "72c081e3b8cfae7144273d26d76736f08319000af46c01515cad5d29765cead5" | 21 | SRC_URI[sha256sum] = "6be4fdfcdb2e5ac91454438246d00842d2671f792673390e742dfcaf1bf01574" |
22 | 22 | ||
23 | RPROVIDES:${PN} = "virtual-redis" | 23 | RPROVIDES:${PN} = "virtual-redis" |
24 | 24 | ||
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch index 13d1a78143..a506b7a6dc 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 640b191b9566a6c18af73bf9cc4b9366a76acf62 Mon Sep 17 00:00:00 2001 | 1 | From 1b02236e84aaed5d80d4a67afb418eadb687d65f Mon Sep 17 00:00:00 2001 |
2 | From: Yi Fan Yu <yifan.yu@windriver.com> | 2 | From: Yi Fan Yu <yifan.yu@windriver.com> |
3 | Date: Sat, 27 Mar 2021 19:18:25 -0400 | 3 | Date: Sat, 27 Mar 2021 19:18:25 -0400 |
4 | Subject: [PATCH] tests: disable the check for inotify | 4 | Subject: [PATCH] tests: disable the check for inotify |
@@ -20,10 +20,10 @@ Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | |||
20 | 1 file changed, 2 insertions(+), 2 deletions(-) | 20 | 1 file changed, 2 insertions(+), 2 deletions(-) |
21 | 21 | ||
22 | diff --git a/tests/diag.sh b/tests/diag.sh | 22 | diff --git a/tests/diag.sh b/tests/diag.sh |
23 | index f4f3d86..497bb17 100755 | 23 | index a9c2a75..0b017c5 100755 |
24 | --- a/tests/diag.sh | 24 | --- a/tests/diag.sh |
25 | +++ b/tests/diag.sh | 25 | +++ b/tests/diag.sh |
26 | @@ -2950,7 +2950,7 @@ case $1 in | 26 | @@ -2979,7 +2979,7 @@ case $1 in |
27 | fi | 27 | fi |
28 | ;; | 28 | ;; |
29 | 'check-inotify') # Check for inotify/fen support | 29 | 'check-inotify') # Check for inotify/fen support |
@@ -32,7 +32,7 @@ index f4f3d86..497bb17 100755 | |||
32 | echo [inotify mode] | 32 | echo [inotify mode] |
33 | elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print -quit)" ]; then | 33 | elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print -quit)" ]; then |
34 | grep -qF "PORT_SOURCE_FILE" < /usr/include/sys/port.h | 34 | grep -qF "PORT_SOURCE_FILE" < /usr/include/sys/port.h |
35 | @@ -2965,7 +2965,7 @@ case $1 in | 35 | @@ -2994,7 +2994,7 @@ case $1 in |
36 | fi | 36 | fi |
37 | ;; | 37 | ;; |
38 | 'check-inotify-only') # Check for ONLY inotify support | 38 | 'check-inotify-only') # Check for ONLY inotify support |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch index 5df29e7d90..884086bfc3 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1e0a77d8a5ae7cd0223afadf46cdbb540119774d Mon Sep 17 00:00:00 2001 | 1 | From 59753fe14e9eef4909a535b6e00967e546cc29ea Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 11 May 2024 23:31:46 -0700 | 3 | Date: Sat, 11 May 2024 23:31:46 -0700 |
4 | Subject: [PATCH] tests/tcpflood.c: Pass correct parameter type to sendto() | 4 | Subject: [PATCH] tests/tcpflood.c: Pass correct parameter type to sendto() |
@@ -18,10 +18,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
19 | 19 | ||
20 | diff --git a/tests/tcpflood.c b/tests/tcpflood.c | 20 | diff --git a/tests/tcpflood.c b/tests/tcpflood.c |
21 | index bd8edaf..0feda23 100644 | 21 | index 5e6f13a..09cedbb 100644 |
22 | --- a/tests/tcpflood.c | 22 | --- a/tests/tcpflood.c |
23 | +++ b/tests/tcpflood.c | 23 | +++ b/tests/tcpflood.c |
24 | @@ -808,7 +808,7 @@ int sendMessages(struct instdata *inst) | 24 | @@ -836,7 +836,7 @@ int sendMessages(struct instdata *inst) |
25 | } | 25 | } |
26 | lenSend = sendPlainTCP(socknum, buf, lenBuf, &error_number); | 26 | lenSend = sendPlainTCP(socknum, buf, lenBuf, &error_number); |
27 | } else if(transport == TP_UDP) { | 27 | } else if(transport == TP_UDP) { |
@@ -30,6 +30,3 @@ index bd8edaf..0feda23 100644 | |||
30 | error_number = errno; | 30 | error_number = errno; |
31 | } else if(transport == TP_TLS) { | 31 | } else if(transport == TP_TLS) { |
32 | if(sockArray[socknum] == -1) { | 32 | if(sockArray[socknum] == -1) { |
33 | -- | ||
34 | 2.45.0 | ||
35 | |||
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch index 45359a1663..f5ae65fb58 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ceeaadb282531a416c1f605fa2100faa5de701e0 Mon Sep 17 00:00:00 2001 | 1 | From d2dd13d930c91e45417c7361908f0af75e0e6c00 Mon Sep 17 00:00:00 2001 |
2 | From: Roy Li <rongqing.li@windriver.com> | 2 | From: Roy Li <rongqing.li@windriver.com> |
3 | Date: Wed, 18 Jun 2014 13:46:52 +0800 | 3 | Date: Wed, 18 Jun 2014 13:46:52 +0800 |
4 | Subject: [PATCH] use pkgconfig to check libgcrypt | 4 | Subject: [PATCH] use pkgconfig to check libgcrypt |
@@ -15,10 +15,10 @@ Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | |||
15 | 1 file changed, 1 insertion(+), 14 deletions(-) | 15 | 1 file changed, 1 insertion(+), 14 deletions(-) |
16 | 16 | ||
17 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
18 | index 4af95c4..97e6282 100644 | 18 | index f8c0ac8..794bfb3 100644 |
19 | --- a/configure.ac | 19 | --- a/configure.ac |
20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
21 | @@ -1200,20 +1200,7 @@ AC_ARG_ENABLE(libgcrypt, | 21 | @@ -1217,20 +1217,7 @@ AC_ARG_ENABLE(libgcrypt, |
22 | [enable_libgcrypt=yes] | 22 | [enable_libgcrypt=yes] |
23 | ) | 23 | ) |
24 | if test "x$enable_libgcrypt" = "xyes"; then | 24 | if test "x$enable_libgcrypt" = "xyes"; then |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2502.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb index 10128a9eb2..c4ddb72bcc 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2502.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb | |||
@@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \ | |||
32 | file://0001-Include-sys-time-h.patch \ | 32 | file://0001-Include-sys-time-h.patch \ |
33 | file://disable-omfile-outchannel.patch \ | 33 | file://disable-omfile-outchannel.patch \ |
34 | " | 34 | " |
35 | SRC_URI[sha256sum] = "02fa197d21d519f5a25a928deb9397cd387ba7382b9b449782ba31d8f3118206" | 35 | SRC_URI[sha256sum] = "5092a20ed40987c74cc604ebfcd6c749e47eb9fc34adc1c2637e6553e7f047ab" |
36 | 36 | ||
37 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" | 37 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" |
38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.9.5.bb b/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb index 10a4db4d57..8da180ac05 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.9.5.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ | |||
17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ | 17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ |
18 | file://0001-add-missing-system-header-string.h.patch \ | 18 | file://0001-add-missing-system-header-string.h.patch \ |
19 | " | 19 | " |
20 | SRCREV = "651d101aab40bb75cf348ab667eba04d6d771c21" | 20 | SRCREV = "70c268a07273da78a4aadd14c40ffb75138ccebe" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb index d4ee34167d..63c1e130ad 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb | |||
@@ -29,8 +29,6 @@ FILES:${PN}-access = " \ | |||
29 | ${bindir}/cangw \ | 29 | ${bindir}/cangw \ |
30 | ${bindir}/canlogserver \ | 30 | ${bindir}/canlogserver \ |
31 | ${bindir}/bcmserver \ | 31 | ${bindir}/bcmserver \ |
32 | ${bindir}/socketcand \ | ||
33 | ${bindir}/cannelloni \ | ||
34 | " | 32 | " |
35 | 33 | ||
36 | FILES:${PN}-cantest = " \ | 34 | FILES:${PN}-cantest = " \ |
diff --git a/meta-oe/recipes-extended/socketcan/socketcand_git.bb b/meta-oe/recipes-extended/socketcan/socketcand_git.bb new file mode 100644 index 0000000000..4e58c76460 --- /dev/null +++ b/meta-oe/recipes-extended/socketcan/socketcand_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Socketcand, socketcan over tcp/ip" | ||
2 | LICENSE = "GPL-2.0-only | BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://LICENSES/BSD-3-Clause;md5=4c00cf8b0a04a9441d8fa24850231d00 \ | ||
5 | file://LICENSES/GPL-2.0-only.txt;md5=f9d20a453221a1b7e32ae84694da2c37 \ | ||
6 | " | ||
7 | |||
8 | SRC_URI = "git://github.com/linux-can/socketcand;branch=master;protocol=https" | ||
9 | SRCREV = "998b0394d028e791aa97d549bfc686b4fbadf5ee" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | inherit meson pkgconfig | ||
13 | |||
14 | PACKAGECONFIG ?= "libconfig libsocketcan" | ||
15 | PACKAGECONFIG[libconfig] = "-Dlibconfig=true,-Dlibconfig=false,libconfig" | ||
16 | PACKAGECONFIG[libsocketcan] = "-Dlibsocketcan=true,-Dlibsocketcan=false,libsocketcan" | ||