diff options
Diffstat (limited to 'meta/classes-recipe/perlnative.bbclass')
-rw-r--r-- | meta/classes-recipe/perlnative.bbclass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/classes-recipe/perlnative.bbclass b/meta/classes-recipe/perlnative.bbclass new file mode 100644 index 0000000000..d56ec4ae72 --- /dev/null +++ b/meta/classes-recipe/perlnative.bbclass | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | # SPDX-License-Identifier: MIT | ||
5 | # | ||
6 | |||
7 | EXTRANATIVEPATH += "perl-native" | ||
8 | DEPENDS += "perl-native" | ||
9 | OECMAKE_PERLNATIVE_DIR = "${STAGING_BINDIR_NATIVE}/perl-native" | ||