[Buildroot] pkg-golang: host package not supported

Arnout Vandecappelle arnout at mind.be
Tue Aug 14 23:33:50 UTC 2018



On 15-08-18 01:22, Mirza Krak wrote:
> On Wed, 15 Aug 2018, 01:13 Arnout Vandecappelle, <arnout at mind.be> wrote:
[snip]
>>  Actually, looking at it now, the real problem is that _SRC_DOMAIN
>> definitions
>> have a single dollar only. Try this:
>>
>> -$(2)_SRC_DOMAIN = $$(call domain,$($(2)_SITE))
>> -$(2)_SRC_VENDOR = $$(word 1,$$(subst /, ,$$(call notdomain,$($(2)_SITE))))
>> -$(2)_SRC_SOFTWARE = $$(word 2,$$(subst /, ,$$(call
>> notdomain,$($(2)_SITE))))
>> +$(2)_SRC_DOMAIN = $$(call domain,$$($(2)_SITE))
>> +$(2)_SRC_VENDOR = $$(word 1,$$(subst /, ,$$(call
>> notdomain,$$($(2)_SITE))))
>> +$(2)_SRC_SOFTWARE = $$(word 2,$$(subst /, ,$$(call
>> notdomain,$$($(2)_SITE))))
>>
> 
> Yeah, Thomas suggested this as well and that got rid of the problems I was
> having. Is this the correct fix?

 Yes.

 Regards,
 Arnout
-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list