summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-04 19:32:59 +0200
committerLennart Poettering <lennart@poettering.net>2017-10-04 19:32:59 +0200
commit57056020c5487e09de9ef1dbfd68e7ee8d9e718f (patch)
tree1e6dc0678614b256ea1a367b09211fa97a49cd39 /tools
parent5991ce44dc7f6a03fd8b9dffc4ce832cb54c48ef (diff)
downloadsystemd-57056020c5487e09de9ef1dbfd68e7ee8d9e718f.tar.gz
systemd-57056020c5487e09de9ef1dbfd68e7ee8d9e718f.tar.bz2
systemd-57056020c5487e09de9ef1dbfd68e7ee8d9e718f.zip
hwdb: switch meson to use ids_parser.py (#6964)
Also drop the now-unused perl implementation (that doesn't do sorting), so it's incompatible anyway.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/meson-hwdb-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/meson-hwdb-update.sh b/tools/meson-hwdb-update.sh
index b9c3491fe1..33d603e16a 100755
--- a/tools/meson-hwdb-update.sh
+++ b/tools/meson-hwdb-update.sh
@@ -11,7 +11,7 @@ if [ "$2" != "-n" ]; then
curl -L -o pnp_id_registry.html 'http://www.uefi.org/uefi-pnp-export'
curl -L -o acpi_id_registry.html 'http://www.uefi.org/uefi-acpi-export'
fi
-./ids-update.pl
+./ids_parser.py
./acpi-update.py >20-acpi-vendor.hwdb.base
patch -p0 -o- 20-acpi-vendor.hwdb.base <20-acpi-vendor.hwdb.patch >20-acpi-vendor.hwdb
! diff -u 20-acpi-vendor.hwdb.base 20-acpi-vendor.hwdb >20-acpi-vendor.hwdb.patch