[Buildroot] [PATCH 1/1] open-lldp: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jan 15 13:47:26 UTC 2018


Hello,

On Mon, 15 Jan 2018 12:50:36 +0000 (UTC), Laurent Charpentier wrote:

> Here are some experiments on my side.(1) AUTORECONF=yes (no use of ./bootstrap.sh)-> ./configure fails
> (2) (cd $(@D) && PATH=$(BR_PATH) ./bootstrap.sh) (no use of AUTORECONF)-> run OK (configure passed, build passed)
> (3) AUTORECONF=yes and (cd $(@D) && ./bootstrap.sh)-> run OK (configure passed, build passed)
> I would like to use choice (2). This choice is similar to the RPM packaging (http://pkgs.fedoraproject.org/cgit/rpms/lldpad.git/tree/lldpad.spec) and follows the guidelines in the README file.

Choice (2) alone is wrong, because you won't have the dependency on
host-autoconf, host-automake and host-libtool.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list