All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin Walters <walters@verbum.org>
To: poky <poky@yoctoproject.org>
Subject: [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
Date: Mon, 09 Jan 2012 16:23:57 -0500	[thread overview]
Message-ID: <1326144238.18105.22.camel@lenny> (raw)

[-- 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


             reply	other threads:[~2012-01-09 21:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-09 21:23 Colin Walters [this message]
2012-01-09 21:55 ` [PATCH] util-linux: .pc files should go in the -dev packages for subpackages 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

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=1326144238.18105.22.camel@lenny \
    --to=walters@verbum.org \
    --cc=poky@yoctoproject.org \
    /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 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.