diff options
| -rw-r--r-- | meta-oe/recipes-core/toybox/toybox_git.bb (renamed from meta-oe/recipes-core/toybox/toybox_0.7.4.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.4.bb b/meta-oe/recipes-core/toybox/toybox_git.bb index 76a7af4595..08f9715737 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.7.4.bb +++ b/meta-oe/recipes-core/toybox/toybox_git.bb | |||
| @@ -2,14 +2,17 @@ SUMMARY = "Toybox combines common utilities together into a single executable." | |||
| 2 | HOMEPAGE = "http://www.landley.net/toybox/" | 2 | HOMEPAGE = "http://www.landley.net/toybox/" |
| 3 | DEPENDS = "attr" | 3 | DEPENDS = "attr" |
| 4 | 4 | ||
| 5 | SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \ | ||
| 6 | " | ||
| 7 | SRC_URI[md5sum] = "55ea59a31c7da9510c8fabe70f4bc561" | ||
| 8 | SRC_URI[sha256sum] = "49d74ca897501e5c981516719870fe08581726f5c018abe35ef52c6f0de113e7" | ||
| 9 | |||
| 10 | LICENSE = "BSD-0-Clause" | 5 | LICENSE = "BSD-0-Clause" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" |
| 12 | 7 | ||
| 8 | PV = "0.7.4+git${SRCPV}" | ||
| 9 | |||
| 10 | SRCREV = "78289203031afc23585035c362beec10db54958d" | ||
| 11 | SRC_URI = "git://github.com/landley/toybox;protocol=https \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 13 | SECTION = "base" | 16 | SECTION = "base" |
| 14 | 17 | ||
| 15 | TOYBOX_BIN = "generated/unstripped/toybox" | 18 | TOYBOX_BIN = "generated/unstripped/toybox" |
