[oe] [meta-oe][PATCH 1/8] toybox: Switch to v0.7.5 release

Paul Barker pbarker at toganlabs.com
Sun Nov 5 22:07:25 UTC 2017


The commit we needed to use has now been incorporated into a release.

Signed-off-by: Paul Barker <pbarker at toganlabs.com>
---
 meta-oe/recipes-core/toybox/{toybox_git.bb => toybox_0.7.5.bb} | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-core/toybox/{toybox_git.bb => toybox_0.7.5.bb} (90%)

diff --git a/meta-oe/recipes-core/toybox/toybox_git.bb b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb
similarity index 90%
rename from meta-oe/recipes-core/toybox/toybox_git.bb
rename to meta-oe/recipes-core/toybox/toybox_0.7.5.bb
index 08f9715..347c285 100644
--- a/meta-oe/recipes-core/toybox/toybox_git.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb
@@ -5,13 +5,9 @@ DEPENDS = "attr"
 LICENSE = "BSD-0-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
 
-PV = "0.7.4+git${SRCPV}"
-
-SRCREV = "78289203031afc23585035c362beec10db54958d"
-SRC_URI = "git://github.com/landley/toybox;protocol=https \
-"
-
-S = "${WORKDIR}/git"
+SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "a8bb502a1be941f06dd2644fff25f547"
+SRC_URI[sha256sum] = "3ada450ac1eab1dfc352fee915ea6129b9a4349c1885f1394b61bd2d89a46c04"
 
 SECTION = "base"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list