From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Tue, 12 Aug 2008 17:55:57 +0200 Subject: [Buildroot] New package util-linux-ng In-Reply-To: <20080812154103.GA20961@cbg.dyndns.org> References: <20080810050649.GA26515@cbg.dyndns.org> <20080811170157.GA20864@cbg.dyndns.org> <20080812074455.GA2451@mx.loc> <20080812154103.GA20961@cbg.dyndns.org> Message-ID: <20080812155557.GA3571@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Aug 12, 2008 at 05:41:03PM +0200, Steffen Schulz wrote: >On 080812 at 10:00, Bernhard Fischer wrote: >> On Mon, Aug 11, 2008 at 07:01:57PM +0200, Steffen Schulz wrote: >> >On 080810 at 07:27, Steffen Schulz wrote: >> >> - util-linux still wants to compile even though it was not selected and >> >> removed from Config.in >> >> - with util-linux-ng.mk, the are no errors, the package is simply ignored >> > >> >Maybe I should have phrased that more like a question. I have a similar >> >problem now with a strongSwan package I need in buildroot. >> > >> >I created a .mk that uses makefile.autotools.in. I select the new >> >packet in menuconfig and type make, but the package is simply ignored. >> >> Make sure to run 'make oldconfig' or menuconfig so the package shows up >> in .config ? > >I did a menuconfig and selected the packages. And indeed .config says: > >BR2_PACKAGE_strongSwan=y >BR2_PACKAGE_UTIL-LINUX-NG=y Alright, that'd be it. First, package names are supposed to be in caps and second, i don't think '-' will do any good, use '_' instead.