[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] how to change packages' build sequence
From: |
Christoph Baumann |
Subject: |
Re: [Ltib] how to change packages' build sequence |
Date: |
Tue, 31 Jul 2012 10:15:33 +0200 (CEST) |
Hello Terry,
----- Ursprüngliche Mail -----
> Von: "Lv Terry-R65388" <address@hidden>
> An: address@hidden
> Gesendet: Dienstag, 31. Juli 2012 10:04:32
> Betreff: [Ltib] how to change packages' build sequence
> Hi experts,
>
> Do you know how to change packages' build sequence?
>
> In building packages, both busybox and iproute2 will install iproute
> to /bin in rootfs and we want to use iproute from iproute2.
>
> Can we let iproute2 build after busybox? Then iproute from iproute2
> can overwrite it from busybox.
RPM should complain about overwriting files from other packages. Try
deselecting iproute in the busybox configuration:
Run './ltib --mode config', go to 'Package list', check 'Configure busybox at
build time'. Then start a build and deselect iproute in busybox' network
utilities section.
Regards,
Christoph