diff options
author | Drew Moseley <drew.moseley@northern.tech> | 2020-04-15 21:15:08 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-16 08:43:06 -0700 |
commit | 5db7692c3271ea41889cfc60c1cc1b77afba5de0 (patch) | |
tree | 54e8d9afac95ef5a30d869013af0550dfda61f28 /meta-networking/recipes-support | |
parent | 3bd2833065bde3dd02381fe4f4463a9d7fb26972 (diff) | |
download | meta-openembedded-5db7692c3271ea41889cfc60c1cc1b77afba5de0.tar.gz |
memcached: Add aarch64 to COMPATIBLE_HOST.
This gets it in sync with libhugetlbfs which according to the comment,
is supposed to be correct.
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/memcached/memcached_1.5.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/memcached/memcached_1.5.20.bb b/meta-networking/recipes-support/memcached/memcached_1.5.20.bb index 37a77c364..feb4f3f14 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.5.20.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.5.20.bb | |||
@@ -26,7 +26,7 @@ SRC_URI[md5sum] = "4b64296ea0eeccdee9168c035e0488ab" | |||
26 | SRC_URI[sha256sum] = "cfd7b023a9cefe7ae8a67184f51d841dbbf97994ed0e8a55e31ee092320ea1e4" | 26 | SRC_URI[sha256sum] = "cfd7b023a9cefe7ae8a67184f51d841dbbf97994ed0e8a55e31ee092320ea1e4" |
27 | 27 | ||
28 | # set the same COMPATIBLE_HOST as libhugetlbfs | 28 | # set the same COMPATIBLE_HOST as libhugetlbfs |
29 | COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64|arm).*-linux' | 29 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" |
30 | 30 | ||
31 | python __anonymous () { | 31 | python __anonymous () { |
32 | endianness = d.getVar('SITEINFO_ENDIANNESS') | 32 | endianness = d.getVar('SITEINFO_ENDIANNESS') |