Drop version from libfprint hwdb
As we are shipping a hwdb file now, we cannot have a collision with the old libfprint version. Also, we are going to pull these rules into systemd and they will not be installed via libfprint in the future. As such, collisions will not happen again and it makes more sense like this for systemd.
This commit is contained in:
parent
f6179d6cc4
commit
1f2d723485
2 changed files with 3 additions and 3 deletions
|
@ -50,12 +50,12 @@ build:
|
|||
<<: *build
|
||||
# <<: *check_abi
|
||||
after_script:
|
||||
- cp _build/libfprint/60-autosuspend-libfprint-2.hwdb .
|
||||
- cp _build/libfprint/60-autosuspend-libfprint.hwdb .
|
||||
artifacts:
|
||||
expose_as: "HTML Documentation"
|
||||
paths:
|
||||
- _build/doc/html/
|
||||
- 60-autosuspend-libfprint-2.hwdb
|
||||
- 60-autosuspend-libfprint.hwdb
|
||||
expire_in: 1 week
|
||||
|
||||
test:
|
||||
|
|
|
@ -304,7 +304,7 @@ udev_hwdb = executable('fprint-list-udev-hwdb',
|
|||
# We always build this file; primarily so that systemd can pull it
|
||||
# from the artefacts!
|
||||
custom_target('udev-rules',
|
||||
output: '60-autosuspend-@0@.hwdb'.format(versioned_libname),
|
||||
output: '60-autosuspend-@0@.hwdb'.format(meson.project_name()),
|
||||
capture: true,
|
||||
command: [ udev_hwdb ],
|
||||
install: get_option('udev_rules'),
|
||||
|
|
Loading…
Reference in a new issue