diff options
| -rw-r--r-- | recipes-containers/sloci-image/sloci-image_git.bb (renamed from recipes-containers/sloci-image/sloci-image-native_git.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/sloci-image/sloci-image-native_git.bb b/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 = "" | |||
| 11 | SRCREV = "4015e49763e5a738026a5bbfcf32b38b5a4fa650" | 11 | SRCREV = "4015e49763e5a738026a5bbfcf32b38b5a4fa650" |
| 12 | PV = "v0.1.0+git${SRCPV}" | 12 | PV = "v0.1.0+git${SRCPV}" |
| 13 | 13 | ||
| 14 | inherit native | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
| 18 | do_compile() { | 16 | do_compile() { |
| @@ -25,3 +23,5 @@ do_install() { | |||
| 25 | } | 23 | } |
| 26 | 24 | ||
| 27 | CLEANBROKEN = "1" | 25 | CLEANBROKEN = "1" |
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
