diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/trdx-extra.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 674ba5f..a5ba13a 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -2,7 +2,8 @@ # Copy Licenses to image /usr/share/common-licenses, on vybrid for flash size reasons only the manifest COPY_LIC_MANIFEST = "1" -COPY_LIC_DIRS = "1" +#Bug with several MACHINES build, license files for all arch packages stored wrongly +COPY_LIC_DIRS = "0" COPY_LIC_DIRS_colibri-vf = "0" #build some ipk which are needed together with CAN, but do not yet install them |