diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-09-21 20:23:13 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-02 12:34:40 +0000 |
commit | 6d231956fbfb0d85aa5dc72a52b086699befd210 (patch) | |
tree | 050616f81af58c4aa7a0936374475c8bfd383989 /meta-oe/recipes-core | |
parent | f841648657069051dffa1012a42eb1524b894d50 (diff) | |
download | meta-openembedded-6d231956fbfb0d85aa5dc72a52b086699befd210.tar.gz |
toybox: Upgrade to 0.7.4
enable parallel build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/toybox/toybox_0.7.4.bb (renamed from meta-oe/recipes-core/toybox/toybox_0.7.3.bb) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.3.bb b/meta-oe/recipes-core/toybox/toybox_0.7.4.bb index 0cd44ff64..76a7af459 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.7.3.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.7.4.bb | |||
@@ -2,12 +2,10 @@ 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 = " \ | 5 | SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \ |
6 | http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \ | ||
7 | " | 6 | " |
8 | 7 | SRC_URI[md5sum] = "55ea59a31c7da9510c8fabe70f4bc561" | |
9 | SRC_URI[md5sum] = "6fa2a001402cb067ba541e0d8948da50" | 8 | SRC_URI[sha256sum] = "49d74ca897501e5c981516719870fe08581726f5c018abe35ef52c6f0de113e7" |
10 | SRC_URI[sha256sum] = "e6469b508224e0d2e4564dda05c4bb47aef5c28bf29d6c983bcdc6e3a0cd29d6" | ||
11 | 9 | ||
12 | LICENSE = "BSD-0-Clause" | 10 | LICENSE = "BSD-0-Clause" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511" |
@@ -16,7 +14,7 @@ SECTION = "base" | |||
16 | 14 | ||
17 | TOYBOX_BIN = "generated/unstripped/toybox" | 15 | TOYBOX_BIN = "generated/unstripped/toybox" |
18 | 16 | ||
19 | EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' | 17 | EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC}" CPUS=${@oe.utils.cpu_count()}' |
20 | 18 | ||
21 | do_configure() { | 19 | do_configure() { |
22 | oe_runmake defconfig | 20 | oe_runmake defconfig |