summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb')
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
index 629e2518f..33194b850 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
@@ -13,9 +13,9 @@ LICENSE = "GPLv2.0"
13DEPENDS = "bzip2 zlib elfutils" 13DEPENDS = "bzip2 zlib elfutils"
14RDEPENDS_${PN}-tools = "perl ${PN}" 14RDEPENDS_${PN}-tools = "perl ${PN}"
15 15
16# arm would compile but has never been tested upstream. mips would not compile. 16# arm and aarch64 would compile but has never been tested upstream. mips would not compile.
17# 17#
18COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux" 18COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm|aarch64).*-linux"
19 19
20PACKAGES =+ "${PN}-tools" 20PACKAGES =+ "${PN}-tools"
21FILES_${PN}-tools = "${bindir}/*.pl" 21FILES_${PN}-tools = "${bindir}/*.pl"