diff options
-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 3820ba262e..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" | |||
10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | PV = "0.2+git${SRCPV}" | ||
14 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" |
15 | SRCREV = "86bd30a14e153a18f670b25708795253d8736f0f" | 14 | SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" |
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||
@@ -24,4 +23,8 @@ DEPENDS = "zlib" | |||
24 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
25 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" |
26 | 25 | ||
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
27 | |||
28 | RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" | ||
29 | |||
27 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |