diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-01 15:25:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
commit | 396e0cdd2d308983e2933239d603be25a49a09c9 (patch) | |
tree | 554dbe455b1a13ffe8e9c3bed74a7d86bd8ca946 /meta | |
parent | 3f941cbcb853eaeb4385997bb1e03b2dcba0a37d (diff) | |
download | poky-396e0cdd2d308983e2933239d603be25a49a09c9.tar.gz |
neard: recipe tweaks
The canonical git repository is on GitHub now, 01.org doesn't exist, and
one of the patches has been upstreamed.
(From OE-Core rev: cf9c56d772443ee79cf9ad6e40061b6399ceccdf)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.19.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch b/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch index 6e864079a9..aeb33a5bdc 100644 --- a/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch +++ b/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch | |||
@@ -9,7 +9,7 @@ fix the race issue: | |||
9 | src/genbuiltin nfctype1 nfctype2 nfctype3 nfctype4 p2p > src/builtin.h | 9 | src/genbuiltin nfctype1 nfctype2 nfctype3 nfctype4 p2p > src/builtin.h |
10 | /bin/sh: src/builtin.h: No such file or directory | 10 | /bin/sh: src/builtin.h: No such file or directory |
11 | 11 | ||
12 | Upstream-Status: Pending | 12 | Upstream-Status: Backport [d39f8c0eee659743b4425d395c2f7ab1949e9c71] |
13 | 13 | ||
14 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 14 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
15 | --- | 15 | --- |
diff --git a/meta/recipes-connectivity/neard/neard_0.19.bb b/meta/recipes-connectivity/neard/neard_0.19.bb index 41c7e55f44..c1149e7631 100644 --- a/meta/recipes-connectivity/neard/neard_0.19.bb +++ b/meta/recipes-connectivity/neard/neard_0.19.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Linux NFC daemon" | 1 | SUMMARY = "Linux NFC daemon" |
2 | DESCRIPTION = "A daemon for the Linux Near Field Communication stack" | 2 | DESCRIPTION = "A daemon for the Linux Near Field Communication stack" |
3 | HOMEPAGE = "http://01.org/linux-nfc" | 3 | HOMEPAGE = "https://github.com/linux-nfc/neard" |
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ |
6 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ | 6 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ |
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
8 | 8 | ||
9 | DEPENDS = "dbus glib-2.0 libnl autoconf-archive-native" | 9 | DEPENDS = "dbus glib-2.0 libnl autoconf-archive-native" |
10 | 10 | ||
11 | SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;branch=master \ | 11 | SRC_URI = "git://github.com/linux-nfc/neard;protocol=https;branch=master \ |
12 | file://neard.in \ | 12 | file://neard.in \ |
13 | file://Makefile.am-fix-parallel-issue.patch \ | 13 | file://Makefile.am-fix-parallel-issue.patch \ |
14 | file://Makefile.am-do-not-ship-version.h.patch \ | 14 | file://Makefile.am-do-not-ship-version.h.patch \ |