meta-virtualization/recipes-devtools
Jason Wessel a3766e464d go-distribution-digest: Fix do_package failure
The rule in the recipe which deletes all but LICENSE and the digest
directory is broken depending on what ascii table bash uses by
default for matching, specifically:

    rm -rf ${S}/[A-KM-Za-ce-z]* ${S}/doc*

The "A-K" piece will actually match both upper and lower case when the
acsii because the ascii value is checked as being between two numbers:
   0x41=a, 0x42=A,0x43=b...0x48=D

This is contray to what you would typically think should work with the
lower and uppers separated into two contiguous spaces.  To fix this,
instead of using the "rm" logic, we can copy the components we need
instead.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-09-07 16:06:51 -04:00
..
go go-distribution-digest: Fix do_package failure 2016-09-07 16:06:51 -04:00
go-cross go-cross: allow tmp directory to already exist 2016-05-25 09:50:56 -04:00
protobuf protobuf: fix source location 2016-09-06 09:35:45 -04:00
python python-m2crypto: Fix issue with swig 3.0.5 2016-04-05 11:15:15 -04:00