libubootenv.inc 642 B

12345678910111213141516171819202122232425
  1. SUMMARY = "U-Boot libraries and tools to acces environment"
  2. DEPENDS += "mtd-utils"
  3. DESCRIPTION = "This package contains tools and libraries to read \
  4. and modify U-Boot environment"
  5. HOMEPAGE = "https://github.com/sbabic/libubootenv"
  6. LICENSE = "LGPL-2.1"
  7. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
  8. SECTION = "libs"
  9. SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
  10. S = "${WORKDIR}/git"
  11. inherit cmake
  12. EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
  13. PACKAGE_ARCH = "${MACHINE_ARCH}"
  14. PROVIDES += "u-boot-fw-utils"
  15. RPROVIDES_${PN} += "u-boot-fw-utils"
  16. BBCLASSEXTEND = "cross"