mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
WoA firmware, fonts and some other useful files are being distributed as a Microsoft cabinet files. Add recipes for the cabextract utility, which is used to extract such files. Cabextract can either use a bundled source tree for libmspack library or an externally provided library. Package the library separately in order to be able to share it with the meta-security layer. Cc: Armin Kuster <akuster808@gmail.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
620 B
BlitzBasic
17 lines
620 B
BlitzBasic
SUMMARY = "A library for Microsoft compression formats"
|
|
DESCRIPTION = "The library provides compressors and decompressors,\
|
|
archivers and dearchivers for Microsoft compression formats: CAB, CHM, WIM,\
|
|
LIT, HLP, KWAJ and SZDD."
|
|
HOMEPAGE = "http://www.cabextract.org.uk/libmspack/"
|
|
SECTION = "lib"
|
|
LICENSE = "LGPL-2.1-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
|
|
|
|
SRC_URI = "https://www.cabextract.org.uk/libmspack/libmspack-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "70dd1fb2f0aecc36791b71a1e1840e62173079eadaa081192d1c323a0eeea21b"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND += "native nativesdk"
|