summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.2.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.bb
index ea29b668e8..47e64f9114 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.bb
@@ -10,9 +10,8 @@ LICENSE = "LGPL-2.1"
10LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" 10LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c"
11SECTION = "libs" 11SECTION = "libs"
12 12
13PV = "0.2+git${SRCPV}"
14SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" 13SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
15SRCREV = "f4b9cde3815abe84a98079cedd515283ea08c16b" 14SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
@@ -24,4 +23,8 @@ DEPENDS = "zlib"
24PROVIDES += "u-boot-fw-utils" 23PROVIDES += "u-boot-fw-utils"
25RPROVIDES_${PN}-bin += "u-boot-fw-utils" 24RPROVIDES_${PN}-bin += "u-boot-fw-utils"
26 25
26PACKAGE_ARCH = "${MACHINE_ARCH}"
27
28RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env"
29
27BBCLASSEXTEND = "native" 30BBCLASSEXTEND = "native"