diff options
-rw-r--r-- | meta/recipes-devtools/genext2fs/genext2fs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs.inc b/meta/recipes-devtools/genext2fs/genext2fs.inc index 8bf2fce59b..0e3906846b 100644 --- a/meta/recipes-devtools/genext2fs/genext2fs.inc +++ b/meta/recipes-devtools/genext2fs/genext2fs.inc @@ -13,4 +13,4 @@ S = "${WORKDIR}/genext2fs-${PV}" inherit autotools -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |