diff options
Diffstat (limited to 'meta/packages/pax-utils/pax-utils-native_0.1.19.bb')
-rw-r--r-- | meta/packages/pax-utils/pax-utils-native_0.1.19.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/pax-utils/pax-utils-native_0.1.19.bb b/meta/packages/pax-utils/pax-utils-native_0.1.19.bb new file mode 100644 index 0000000000..cf89f803bf --- /dev/null +++ b/meta/packages/pax-utils/pax-utils-native_0.1.19.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | inherit native | ||
2 | |||
3 | require pax-utils_${PV}.bb | ||
4 | |||
5 | do_stage() { | ||
6 | oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_prefix} install | ||
7 | } | ||