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": [ "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"
} }
] ]
}, },

View File

@ -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