libuboot_0.1.bb 611 B

12345678910111213141516171819202122
  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/libuboot"
  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. SRCREV = "e67ce380d6e27d057ff6b8eb2b0a649a2c2d360a"
  11. S = "${WORKDIR}/git"
  12. inherit cmake
  13. PROVIDES += "u-boot-fw-utils"
  14. RPROVIDES_${PN} += "u-boot-fw-utils"
  15. BBCLASSEXTEND = "cross"