diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/native.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 30a30f924d..e9f6c740ab 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -192,3 +192,6 @@ do_packagedata[stamp-extra-info] = "" | |||
192 | do_populate_sysroot[stamp-extra-info] = "" | 192 | do_populate_sysroot[stamp-extra-info] = "" |
193 | 193 | ||
194 | USE_NLS = "no" | 194 | USE_NLS = "no" |
195 | |||
196 | RECIPERDEPTASK = "do_populate_sysroot" | ||
197 | do_populate_sysroot[rdeptask] = "${RECIPERDEPTASK}" | ||