summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/toybox/toybox_0.7.5.bb (renamed from meta-oe/recipes-core/toybox/toybox_git.bb)10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox_git.bb b/meta-oe/recipes-core/toybox/toybox_0.7.5.bb
index 08f9715737..347c2856f4 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"
5LICENSE = "BSD-0-Clause" 5LICENSE = "BSD-0-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
7 7
8PV = "0.7.4+git${SRCPV}" 8SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz"
9 9SRC_URI[md5sum] = "a8bb502a1be941f06dd2644fff25f547"
10SRCREV = "78289203031afc23585035c362beec10db54958d" 10SRC_URI[sha256sum] = "3ada450ac1eab1dfc352fee915ea6129b9a4349c1885f1394b61bd2d89a46c04"
11SRC_URI = "git://github.com/landley/toybox;protocol=https \
12"
13
14S = "${WORKDIR}/git"
15 11
16SECTION = "base" 12SECTION = "base"
17 13