libubootenv_0.1.bb 675 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. SRCREV = "8a7d4030bcb106de11632e85b6a0e7b7d4cb47af"
  11. PV_append = "+git${SRCPV}"
  12. S = "${WORKDIR}/git"
  13. inherit cmake
  14. PACKAGE_ARCH = "${MACHINE_ARCH}"
  15. PROVIDES += "u-boot-fw-utils"
  16. RPROVIDES_${PN} += "u-boot-fw-utils"
  17. BBCLASSEXTEND = "cross"