[Buildroot] [PATCH 1/2] New package: socketcand

Yegor Yefremov yegor_sub1 at visionsystems.de
Fri Mar 23 09:06:40 UTC 2012


Am 23.03.2012 09:55, schrieb Thomas Petazzoni:
> Le Thu, 22 Mar 2012 23:54:34 +0100,
> Peter Korsgaard <jacmet at uclibc.org> a écrit :
> 
>>>>>>> "yegorslists" == yegorslists  <yegorslists at googlemail.com>
>>>>>>> writes:
>>
>>  yegorslists> From: Yegor Yefremov <yegorslists at googlemail.com>
>>  yegorslists> Signed-off-by: Yegor Yefremov
>>  yegorslists> <yegorslists at googlemail.com>
>>
>> Committed, thanks.
> 
> There are apparently build problems with this package:
> http://autobuild.buildroot.org/results/d6a79808eae008611a3ed12a0b7d9901a7fc159f/build-end.log
> 
> The host system I use is an old Debian Sarge, so the coreutils
> (including cp) might be quite old. But I think it's a good test to see
> if we can correctly build on old enterprise distros such as RHEL that
> some people are forced to use in companies (and I feel sorry for them).

What do you suggest?
I found following solution here:

http://superuser.com/questions/140708/ubuntu-equivalent-of-unix-command-cp-n

if [ ! -e dest ]; then
    cp -f src dest
fi

Yegor



More information about the buildroot mailing list