libuboot_0.1.bb 648 B

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