trivial: for snap/flatpak use the libsmbios 2.4.2 release

This commit is contained in:
Mario Limonciello 2018-06-06 09:57:14 -05:00 committed by Richard Hughes
parent 472fa59b5f
commit 982e74dba6
2 changed files with 4 additions and 5 deletions

View File

@ -137,9 +137,9 @@
],
"sources": [
{
"type": "git",
"url": "https://github.com/dell/libsmbios.git",
"branch": "master" /* FIXME: needed for the flatpak fixes... */
"type": "archive",
"url": "https://github.com/dell/libsmbios/archive/v2.4.2.tar.gz",
"sha256": "ebfe18415e24bbec06d0a9ea1066c8dcd82982555373712713d7e194138650de"
}
]
},

View File

@ -41,8 +41,7 @@ parts:
after: [libefivar-dev]
libsmbios:
plugin: autotools
source: https://github.com/dell/libsmbios
source-type: git
source: https://github.com/dell/libsmbios/archive/v2.4.2.tar.gz
build-packages:
- libxml2-dev
- pkg-config