Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Mack <zonque@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/udev: move pkgconfig files to staging dir after install
Date: Tue, 16 Aug 2011 14:16:18 +0200	[thread overview]
Message-ID: <1313496979-1565-1-git-send-email-zonque@gmail.com> (raw)

There is unfortunately no way to tell udev's configure process about the
install location of its pkgconfig files. However, they should clearly
end up in the staging area and not in the target.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 package/udev/udev.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/udev/udev.mk b/package/udev/udev.mk
index 567bbfb..f5bd893 100644
--- a/package/udev/udev.mk
+++ b/package/udev/udev.mk
@@ -29,6 +29,7 @@ endif
 
 define UDEV_INSTALL_INITSCRIPT
 	$(INSTALL) -m 0755 package/udev/S10udev $(TARGET_DIR)/etc/init.d/S10udev
+	mv $(TARGET_DIR)/usr/lib/pkgconfig/*udev* $(STAGING_DIR)/usr/lib/pkgconfig/
 endef
 
 UDEV_POST_INSTALL_TARGET_HOOKS += UDEV_INSTALL_INITSCRIPT
-- 
1.7.6

             reply	other threads:[~2011-08-16 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 12:16 Daniel Mack [this message]
2011-08-16 12:16 ` [Buildroot] [PATCH 2/2] package/libusb: move pkgconfig file to staging dir after install Daniel Mack

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=1313496979-1565-1-git-send-email-zonque@gmail.com \
    --to=zonque@gmail.com \
    --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