mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 17:23:20 +00:00
trivial: for snap/flatpak use the libsmbios 2.4.2 release
This commit is contained in:
parent
472fa59b5f
commit
982e74dba6
@ -137,9 +137,9 @@
|
|||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "archive",
|
||||||
"url": "https://github.com/dell/libsmbios.git",
|
"url": "https://github.com/dell/libsmbios/archive/v2.4.2.tar.gz",
|
||||||
"branch": "master" /* FIXME: needed for the flatpak fixes... */
|
"sha256": "ebfe18415e24bbec06d0a9ea1066c8dcd82982555373712713d7e194138650de"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -41,8 +41,7 @@ parts:
|
|||||||
after: [libefivar-dev]
|
after: [libefivar-dev]
|
||||||
libsmbios:
|
libsmbios:
|
||||||
plugin: autotools
|
plugin: autotools
|
||||||
source: https://github.com/dell/libsmbios
|
source: https://github.com/dell/libsmbios/archive/v2.4.2.tar.gz
|
||||||
source-type: git
|
|
||||||
build-packages:
|
build-packages:
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user