From 760e489ed4d5b6b9cfb2a0af6edbf5bc69565163 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 5 Oct 2010 15:49:23 -0700 Subject: [PATCH] shasum.inc: NATIVE_INSTALL_WORKS = "1" Signed-off-by: Tom Rini --- recipes/shasum/shasum.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/shasum/shasum.inc b/recipes/shasum/shasum.inc index a02b9ffb5f..b11f1d1e7d 100644 --- a/recipes/shasum/shasum.inc +++ b/recipes/shasum/shasum.inc @@ -21,3 +21,4 @@ do_install() { install -d ${D}${bindir}/ install -m 0755 ${S}/oe_sha256sum ${D}${bindir}/ } +NATIVE_INSTALL_WORKS = "1" -- 2.39.5