Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] bump udev and clean up
Date: Tue, 26 Jul 2011 00:03:45 +0200	[thread overview]
Message-ID: <871uxe10hq.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4E298E70.50200@visionsystems.de> (Yegor Yefremov's message of "Fri, 22 Jul 2011 16:51:28 +0200")

>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:

 Yegor> Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
 Yegor> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Thanks, committed with minor tweaks (see below).

 Yegor> ---
 Yegor>  package/udev/Config.in            |   43 +++--------
 Yegor>  package/udev/S10udev              |    6 -
 Yegor>  package/udev/libvolume_id.la.tmpl |   35 ---------
 Yegor>  package/udev/udev.mk              |  144 ++++++--------------------------------
 Yegor>  4 files changed, 36 insertions(+), 192 deletions(-)
 Yegor>  delete mode 100644 package/udev/libvolume_id.la.tmpl

 Yegor> Index: b/package/udev/Config.in
 Yegor> ===================================================================
 Yegor> --- a/package/udev/Config.in
 Yegor> +++ b/package/udev/Config.in
 Yegor> @@ -5,37 +5,18 @@
 
 Yegor>  	  ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
 
 Yegor> -config BR2_PACKAGE_UDEV_UTILS
 Yegor> -	bool "udev-utils"
 Yegor> +config BR2_PACKAGE_UDEV_ALL_EXTRAS
 Yegor> +	bool "enable all extras"
 Yegor>  	depends on BR2_PACKAGE_UDEV

You forgot to depend on BR2_LARGEFILE + BR2_USE_WCHAR.

 Yegor> +UDEV_VERSION = 172
 Yegor> +UDEV_SOURCE = udev-$(UDEV_VERSION).tar.bz2
 Yegor> +UDEV_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/hotplug/
 
 Yegor> -UDEV_BUILD_EXTRAS=$(addprefix extras/,$(UDEV_EXTRAS))
 Yegor> +UDEV_CONF_OPT =			\
 Yegor> +	--sbindir=/sbin		\
 Yegor> +	--with-rootlibdir=/lib	\
 Yegor> +	--libexecdir=/lib/udev	\
 Yegor> +	--disable-introspection
 
 Yegor> -#
 Yegor> -# Build
 Yegor> -#
 Yegor> -define UDEV_BUILD_CMDS
 Yegor> -	$(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC="$(TARGET_CC)" LD="$(TARGET_CC)"\
 Yegor> -		CFLAGS="$(BR2_UDEV_CFLAGS)" \
 Yegor> -		USE_LOG=false USE_SELINUX=false \
 Yegor> -		udevdir=$(UDEV_ROOT) EXTRAS="$(UDEV_BUILD_EXTRAS)" -C $(@D)
 Yegor> -endef
 Yegor> +UDEV_DEPENDENCIES = host-gperf

udev's configure script uses pkg-config, so we also need to depend on
host-pkg-config.

Thanks for your persistence!

-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2011-07-25 22:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 14:45 [Buildroot] [PATCH 0/3] bump udev and clean up Yegor Yefremov
2011-07-22 14:51 ` [Buildroot] [PATCH 1/3] " Yegor Yefremov
2011-07-22 14:53   ` [Buildroot] [PATCH 2/3] util-linux: convert to autotarget and bump to 2.19.1 Yegor Yefremov
2011-07-22 14:58     ` [Buildroot] [PATCH 3/3] usbmount fixes Yegor Yefremov
2011-07-27 19:13       ` Peter Korsgaard
2011-07-27 19:36         ` Yegor Yefremov
2011-07-27 19:54       ` Peter Korsgaard
2011-07-28  7:08         ` Yegor Yefremov
2011-07-27  7:43     ` [Buildroot] [PATCH 2/3] util-linux: convert to autotarget and bump to 2.19.1 Peter Korsgaard
2011-07-25 22:03   ` Peter Korsgaard [this message]
2011-07-26  7:07     ` [Buildroot] [PATCH 1/3] bump udev and clean up Yegor Yefremov
2011-07-26 16:00       ` Diego Iastrubni
2011-07-27  7:34         ` Peter Korsgaard
2011-07-27  7:51           ` Thomas Petazzoni
     [not found]           ` <CALR4fEKGFH5tq-25=j3DW-CVD5Uc-QxUeLoec-JLwSxNUhQw-w@mail.gmail.com>
     [not found]             ` <87sjpst92p.fsf@macbook.be.48ers.dk>
     [not found]               ` <CALR4fEKxDB+xH1_X+0xY9KWQXAz_g6zbrQHqzOB81J2jpOcnOg@mail.gmail.com>
2011-07-27 12:53                 ` Diego Iastrubni
2011-08-03 12:37                   ` Diego Iastrubni
2011-08-03 13:41                     ` Yegor Yefremov
2011-08-03 13:51                       ` Diego Iastrubni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871uxe10hq.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox