shasum.inc: NATIVE_INSTALL_WORKS = "1"
authorTom Rini <tom_rini@mentor.com>
Tue, 5 Oct 2010 22:49:23 +0000 (15:49 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 5 Oct 2010 22:49:23 +0000 (15:49 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/shasum/shasum.inc

index a02b9ff..b11f1d1 100644 (file)
@@ -21,3 +21,4 @@ do_install() {
        install -d ${D}${bindir}/
        install -m 0755 ${S}/oe_sha256sum ${D}${bindir}/
 }
+NATIVE_INSTALL_WORKS = "1"