diff options
Diffstat (limited to 'recipes/ti/ti-xdais-native_6.23.bb')
-rw-r--r-- | recipes/ti/ti-xdais-native_6.23.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/ti/ti-xdais-native_6.23.bb b/recipes/ti/ti-xdais-native_6.23.bb new file mode 100644 index 0000000000..9cf839c139 --- /dev/null +++ b/recipes/ti/ti-xdais-native_6.23.bb @@ -0,0 +1,13 @@ +require ti-xdais.inc + +PV = "6_23" + +inherit native + +do_stage() { + install -d ${STAGING_DIR_NATIVE}/ti-xdais + cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/ti-xdais +} + +AUTOTOOLS_NATIVE_STAGE_INSTALL="1" + |