blob: 55f91b6f05b97f87c174fa52654897113bfc88dc [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "U-Boot libraries and tools to access environment"
Andrew Geissler82c905d2020-04-13 13:39:40 -05002
3DESCRIPTION = "This package contains tools and libraries to read \
4and modify U-Boot environment. \
5It provides a hardware-independent replacement for fw_printenv/setenv utilities \
6provided by U-Boot"
7
8HOMEPAGE = "https://github.com/sbabic/libubootenv"
Andrew Geissler87f5cff2022-09-30 13:13:31 -05009LICENSE = "LGPL-2.1-or-later"
10LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011SECTION = "libs"
12
Andrew Geissler595f6302022-01-24 19:11:47 +000013SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
Andrew Geissler87f5cff2022-09-30 13:13:31 -050014SRCREV = "108100622160bb0c7ef4b6186230fe1f26402791"
Andrew Geissler82c905d2020-04-13 13:39:40 -050015
16S = "${WORKDIR}/git"
17
Andrew Geissler5f350902021-07-23 13:09:54 -040018inherit cmake lib_package
Andrew Geissler82c905d2020-04-13 13:39:40 -050019
20EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
21
Andrew Geissler4ed12e12020-06-05 18:00:41 -050022DEPENDS = "zlib"
Andrew Geissler82c905d2020-04-13 13:39:40 -050023PROVIDES += "u-boot-fw-utils"
Patrick Williams213cb262021-08-07 19:21:33 -050024RPROVIDES:${PN}-bin += "u-boot-fw-utils"
Andrew Geissler635e0e42020-08-21 15:58:33 -050025
Andrew Geissler82c905d2020-04-13 13:39:40 -050026BBCLASSEXTEND = "native"