Browse Source

filter/parse-config: changed to not filter out development files from flist

Note:

Filtering out development files from the flist seems to be very harmful,
especially when it comes to .la files, because the mechanism for removing
.la files in stage 0 and 1 depend on the flist.
user/chris/test/arm
Christian Wiese 13 years ago
committed by Nagy Karoly Gabriel
parent
commit
3995963299
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/filter/parse-config

+ 1
- 1
lib/filter/parse-config

@ -31,5 +31,5 @@ if [ "$SDECFG_FILTER_NODEVEL" = "1" ]; then
eval "sed -i $pattern '$builddir/flist.txt'"
}
hook_add postflist 5 "filter_nodevel"
#hook_add postflist 5 "filter_nodevel"
fi

Loading…
Cancel
Save