| SUMMARY = "U-Boot libraries and tools to access environment" |
| DESCRIPTION = "This package contains tools and libraries to read \ |
| and modify U-Boot environment. \ |
| It provides a hardware-independent replacement for fw_printenv/setenv utilities \ |
| HOMEPAGE = "https://github.com/sbabic/libubootenv" |
| LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" |
| SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" |
| SRCREV = "824551ac77bab1d0f7ae34d7a7c77b155240e754" |
| inherit uboot-config cmake lib_package |
| EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
| PROVIDES += "u-boot-fw-utils" |
| RPROVIDES_${PN}-bin += "u-boot-fw-utils" |
| PACKAGE_ARCH = "${MACHINE_ARCH}" |
| RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" |