All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
@ 2012-01-09 21:23 Colin Walters
  2012-01-09 21:55 ` Saul Wold
  2012-01-12 20:08   ` Saul Wold
  0 siblings, 2 replies; 6+ messages in thread
From: Colin Walters @ 2012-01-09 21:23 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

    The .pc files were ending up in util-linux-dev, not the correct
    subpackage like libuuid1-dev.



[-- Attachment #2: 0001-util-linux-.pc-files-should-go-in-the-dev-packages-f.patch --]
[-- Type: text/x-patch, Size: 1585 bytes --]

From da609d5d86242f8eb3eb040388b12a4642253829 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Mon, 9 Jan 2012 16:22:39 -0500
Subject: [PATCH] util-linux: .pc files should go in the -dev packages for
 subpackages

The .pc files were ending up in util-linux-dev, not the correct
subpackage like libuuid1-dev.
---
 meta/recipes-core/util-linux/util-linux.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index dcf0ed9..c814581 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -51,9 +51,9 @@ FILES_util-linux-readprofile = "${base_sbindir}/readprofile.${PN}"
 FILES_util-linux-uuidgen = "${bindir}/uuidgen"
 
 FILES_util-linux-libblkid = "${libdir}/libblkid.so.*"
-FILES_util-linux-libblkid-dev = "${libdir}/libblkid.so ${libdir}/libblkid.a ${libdir}/libblkid.la ${includedir}/blkid"
+FILES_util-linux-libblkid-dev = "${libdir}/libblkid.so ${libdir}/libblkid.a ${libdir}/libblkid.la ${includedir}/blkid ${libdir}/pkgconfig/blkid.pc"
 FILES_util-linux-libuuid = "${libdir}/libuuid.so.*"
-FILES_util-linux-libuuid-dev = "${libdir}/libuuid.so ${libdir}/libuuid.a ${libdir}/libuuid.la ${includedir}/uuid"
+FILES_util-linux-libuuid-dev = "${libdir}/libuuid.so ${libdir}/libuuid.a ${libdir}/libuuid.la ${includedir}/uuid ${libdir}/pkgconfig/uuid.pc"
 FILES_util-linux-lscpu = "${bindir}/lscpu"
 
 FILES_util-linux-fsck = "${base_sbindir}/fsck*"
-- 
1.7.6.4


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

end of thread, other threads:[~2012-01-15  8:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 21:23 [PATCH] util-linux: .pc files should go in the -dev packages for subpackages Colin Walters
2012-01-09 21:55 ` Saul Wold
2012-01-10 14:29   ` Colin Walters
2012-01-15  8:43     ` Koen Kooi
2012-01-12 20:08 ` [poky] " Saul Wold
2012-01-12 20:08   ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.