|
@@ -4,7 +4,7 @@ DEPENDS += "mtd-utils"
|
|
|
DESCRIPTION = "This package contains tools and libraries to read \
|
|
DESCRIPTION = "This package contains tools and libraries to read \
|
|
|
and modify U-Boot environment"
|
|
and modify U-Boot environment"
|
|
|
|
|
|
|
|
-HOMEPAGE = "https://github.com/sbabic/libuboot"
|
|
|
|
|
|
|
+HOMEPAGE = "https://github.com/sbabic/libubootenv"
|
|
|
LICENSE = "LGPL-2.1"
|
|
LICENSE = "LGPL-2.1"
|
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
|
|
|
SECTION = "libs"
|
|
SECTION = "libs"
|
|
@@ -16,6 +16,8 @@ S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
inherit cmake
|
|
inherit cmake
|
|
|
|
|
|
|
|
|
|
+PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
|
+
|
|
|
PROVIDES += "u-boot-fw-utils"
|
|
PROVIDES += "u-boot-fw-utils"
|
|
|
RPROVIDES_${PN} += "u-boot-fw-utils"
|
|
RPROVIDES_${PN} += "u-boot-fw-utils"
|
|
|
|
|
|