]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
neard: recipe tweaks
authorRoss Burton <ross.burton@arm.com>
Fri, 1 Aug 2025 14:25:50 +0000 (15:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Aug 2025 09:43:42 +0000 (10:43 +0100)
The canonical git repository is on GitHub now, 01.org doesn't exist, and
one of the patches has been upstreamed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
meta/recipes-connectivity/neard/neard_0.19.bb

index 6e864079a9829709779b4c7b57b2a54a433a433e..aeb33a5bdc57ec9f730569af31e540b0a550730a 100644 (file)
@@ -9,7 +9,7 @@ fix the race issue:
 src/genbuiltin nfctype1 nfctype2 nfctype3 nfctype4 p2p > src/builtin.h
 /bin/sh: src/builtin.h: No such file or directory
 
-Upstream-Status: Pending
+Upstream-Status: Backport [d39f8c0eee659743b4425d395c2f7ab1949e9c71]
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
 ---
index 41c7e55f443c51c203da63a86749c96f29fce1d2..c1149e7631493aa410e1e097220b9b6a11ee6ef9 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "Linux NFC daemon"
 DESCRIPTION = "A daemon for the Linux Near Field Communication stack"
-HOMEPAGE = "http://01.org/linux-nfc"
+HOMEPAGE = "https://github.com/linux-nfc/neard"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
 
 DEPENDS = "dbus glib-2.0 libnl autoconf-archive-native"
 
-SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/linux-nfc/neard;protocol=https;branch=master \
            file://neard.in \
            file://Makefile.am-fix-parallel-issue.patch \
            file://Makefile.am-do-not-ship-version.h.patch \