diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/libubootenv_0.2.bb')
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb index f5b6059529..7a7ec4c885 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb | |||
@@ -11,8 +11,9 @@ LICENSE = "LGPL-2.1" | |||
11 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" | 11 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | PV = "0.2+git${SRCPV}" | ||
14 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" | 15 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" |
15 | SRCREV = "879c0731fa0725785b9fa4499bbf6aacd04ee4c2" | 16 | SRCREV = "ba952d05ec9ab16029816a06d956bac7fb4e9832" |
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||