diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-25 13:39:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 11:19:57 +0000 |
| commit | 4ae3d8d86e50f5f0249faf24cdea4dc23588ef70 (patch) | |
| tree | 5194d158b914856e8a6d82f6d77548a185ccf57a /meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb | |
| parent | 5b8c8a909d832c5ff9f78315f7659ce181482b0d (diff) | |
| download | poky-4ae3d8d86e50f5f0249faf24cdea4dc23588ef70.tar.gz | |
libubootenv: upgrade 0.3.5 -> 0.3.6
(From OE-Core rev: 63395c91357a691fc65c96be2e4734166d5a5dc3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb')
| -rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb new file mode 100644 index 0000000000..8c7a59ba96 --- /dev/null +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "U-Boot libraries and tools to access environment" | ||
| 2 | |||
| 3 | DESCRIPTION = "This package contains tools and libraries to read \ | ||
| 4 | and modify U-Boot environment. \ | ||
| 5 | It provides a hardware-independent replacement for fw_printenv/setenv utilities \ | ||
| 6 | provided by U-Boot" | ||
| 7 | |||
| 8 | HOMEPAGE = "https://github.com/sbabic/libubootenv" | ||
| 9 | LICENSE = "LGPL-2.1-or-later" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951079008b364516c" | ||
| 11 | SECTION = "libs" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" | ||
| 14 | SRCREV = "5507339628b5caf244e1ff9d58cb3fa534b16beb" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit cmake lib_package | ||
| 19 | |||
| 20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | ||
| 21 | |||
| 22 | DEPENDS = "zlib libyaml" | ||
| 23 | PROVIDES += "u-boot-fw-utils" | ||
| 24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native" | ||
