Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/udev: move pkgconfig files to staging dir after install
@ 2011-08-16 12:16 Daniel Mack
  2011-08-16 12:16 ` [Buildroot] [PATCH 2/2] package/libusb: move pkgconfig file " Daniel Mack
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2011-08-16 12:16 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-16 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 12:16 [Buildroot] [PATCH 1/2] package/udev: move pkgconfig files to staging dir after install Daniel Mack
2011-08-16 12:16 ` [Buildroot] [PATCH 2/2] package/libusb: move pkgconfig file " Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox