aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atop/atop_2.2.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-22 11:45:31 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:03 +0200
commitfbfaf104c7203f8e910a67f20e9140d49baa3248 (patch)
tree702fbb9bc90ddd45ce608ada7ffd08e5e5ddad56 /meta-oe/recipes-support/atop/atop_2.2.3.bb
parentb5bb61163751d93672bdcdfb24dda21398e42657 (diff)
downloadmeta-openembedded-contrib-fbfaf104c7203f8e910a67f20e9140d49baa3248.tar.gz
atop: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/atop/atop_2.2.3.bb')
-rw-r--r--meta-oe/recipes-support/atop/atop_2.2.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/atop/atop_2.2.3.bb b/meta-oe/recipes-support/atop/atop_2.2.3.bb
index a36f08dd79..1ab9e7cf9e 100644
--- a/meta-oe/recipes-support/atop/atop_2.2.3.bb
+++ b/meta-oe/recipes-support/atop/atop_2.2.3.bb
@@ -20,6 +20,7 @@ ATOP_VER = "${@'-'.join(d.getVar('PV').rsplit('.', 1))}"
SRC_URI = " \
http://www.atoptool.nl/download/${BPN}-${ATOP_VER}.tar.gz \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://volatiles.atop.conf', 'file://volatiles.99_atop', d)} \
+ file://0001-include-missing-header-files.patch \
file://remove-bashisms.patch \
file://fix-permissions.patch \
file://sysvinit-implement-status.patch \