Skip to content

Commit b29fea1

Browse files
committed
hwdata: Update to 0.394, fix build failure
- Update pci, usb and vendor ids. - Patch Makefile to omit install -T argument until uutils-coreutils is fixed upstream (PR here: uutils/coreutils#7867) Signed-off-by: Rune Morling <ermo@serpentos.com>
1 parent f9b84bf commit b29fea1

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

h/hwdata/manifest.x86_64.bin

0 Bytes
Binary file not shown.

h/hwdata/manifest.x86_64.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
}
2828
},
2929
"source-name": "hwdata",
30-
"source-release": "13",
31-
"source-version": "0.387"
30+
"source-release": "14",
31+
"source-version": "0.394"
3232
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/Makefile b/Makefile
2+
index afa929d..96e83e0 100644
3+
--- a/Makefile
4+
+++ b/Makefile
5+
@@ -50,7 +50,7 @@ install: Makefile.inc hwdata.pc
6+
done
7+
@if [ "$(blacklist)" = true ]; then \
8+
mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d ;\
9+
- install -m 644 -T blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf ;\
10+
+ install -m 644 blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf ;\
11+
fi;
12+
mkdir -p -m 755 $(DESTDIR)$(datadir)/pkgconfig
13+
install -m 644 hwdata.pc $(DESTDIR)$(datadir)/pkgconfig/

h/hwdata/stone.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
# SPDX-License-Identifier: MPL-2.0
55
#
66
name : hwdata
7-
version : 0.387
8-
release : 13
7+
version : 0.394
8+
release : 14
99
homepage : https://github.com/vcrhonek/hwdata
1010
upstreams :
11-
- https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.387.tar.gz : 8c6be8f0863a8ff5c83b2c46aa525b503b30d42792ed57891c40849de543e1ee
11+
- https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.394.tar.gz : b7c3fd7214a3b7c49d2661db127a712dc11cffd1799f793947aa1cb20aaf3298
1212
summary : Hardware identification + configuration data
1313
description : |
1414
hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases.
1515
license :
1616
- GPL-2.0-or-later
1717
setup : |
18+
# Upstream PR here: https://github.com/uutils/coreutils/pull/7867
19+
%patch %(pkgdir)/remove-unsupported-in-uutils-coreutils-install-T-argument.patch
1820
%configure
1921
build : |
2022
%make

0 commit comments

Comments
 (0)