diff --git a/recipes-containers/sloci-image/sloci-image-native_git.bb b/recipes-containers/sloci-image/sloci-image_git.bb similarity index 93% rename from recipes-containers/sloci-image/sloci-image-native_git.bb rename to recipes-containers/sloci-image/sloci-image_git.bb index a68c6d9a..fc3c329e 100644 --- a/recipes-containers/sloci-image/sloci-image-native_git.bb +++ b/recipes-containers/sloci-image/sloci-image_git.bb @@ -11,8 +11,6 @@ DEPENDS = "" SRCREV = "4015e49763e5a738026a5bbfcf32b38b5a4fa650" PV = "v0.1.0+git${SRCPV}" -inherit native - S = "${WORKDIR}/git" do_compile() { @@ -25,3 +23,5 @@ do_install() { } CLEANBROKEN = "1" + +BBCLASSEXTEND = "native nativesdk"