* [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
* Re: [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
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-12 20:08 ` Saul Wold
1 sibling, 1 reply; 6+ messages in thread
From: Saul Wold @ 2012-01-09 21:55 UTC (permalink / raw)
To: Colin Walters; +Cc: poky
On 01/09/2012 01:23 PM, Colin Walters wrote:
> The .pc files were ending up in util-linux-dev, not the correct
> subpackage like libuuid1-dev.
>
Colin,
We appreciate these patches against oe-core, can you please send them to
openembedded-core@lists.openembedded.org, as these are patches to OE-Core.
Also, I am not sure what format and mailer you are sending, but each
patch I have received does not apply cleanly, please consider using the
create-pull-request / send-pull-request scripts included in oe-core or
using git send-email directly.
Thanks
Sau!
>
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
2012-01-09 21:55 ` Saul Wold
@ 2012-01-10 14:29 ` Colin Walters
2012-01-15 8:43 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Colin Walters @ 2012-01-10 14:29 UTC (permalink / raw)
To: Saul Wold; +Cc: poky
On Mon, 2012-01-09 at 13:55 -0800, Saul Wold wrote:
> On 01/09/2012 01:23 PM, Colin Walters wrote:
> > The .pc files were ending up in util-linux-dev, not the correct
> > subpackage like libuuid1-dev.
> >
> Colin,
>
> We appreciate these patches against oe-core, can you please send them to
> openembedded-core@lists.openembedded.org, as these are patches to OE-Core.
Sorry, I'm on the list now.
> Also, I am not sure what format and mailer you are sending, but each
> patch I have received does not apply cleanly,
It's very likely because I'm building my OS against the Edison release,
so my patches so far are against that. Sorry for not specifying that
explicitly.
(I'd like to rebase of course, but that's a bit farther back on the task
queue, behind getting NetworkManager working e.g.)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [poky] [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
2012-01-09 21:23 [PATCH] util-linux: .pc files should go in the -dev packages for subpackages Colin Walters
@ 2012-01-12 20:08 ` Saul Wold
2012-01-12 20:08 ` Saul Wold
1 sibling, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-01-12 20:08 UTC (permalink / raw)
To: poky
On 01/09/2012 01:23 PM, Colin Walters wrote:
> The .pc files were ending up in util-linux-dev, not the correct
> subpackage like libuuid1-dev.
>
>
>
Merged into OE-Core
Thanks
Sau!
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
@ 2012-01-12 20:08 ` Saul Wold
0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-01-12 20:08 UTC (permalink / raw)
To: poky
On 01/09/2012 01:23 PM, Colin Walters wrote:
> The .pc files were ending up in util-linux-dev, not the correct
> subpackage like libuuid1-dev.
>
>
>
Merged into OE-Core
Thanks
Sau!
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] util-linux: .pc files should go in the -dev packages for subpackages
2012-01-10 14:29 ` Colin Walters
@ 2012-01-15 8:43 ` Koen Kooi
0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2012-01-15 8:43 UTC (permalink / raw)
To: Colin Walters; +Cc: Poky Project
Op 10 jan. 2012, om 15:29 heeft Colin Walters het volgende geschreven:
> On Mon, 2012-01-09 at 13:55 -0800, Saul Wold wrote:
>> On 01/09/2012 01:23 PM, Colin Walters wrote:
>>> The .pc files were ending up in util-linux-dev, not the correct
>>> subpackage like libuuid1-dev.
>>>
>> Colin,
>>
>> We appreciate these patches against oe-core, can you please send them to
>> openembedded-core@lists.openembedded.org, as these are patches to OE-Core.
>
> Sorry, I'm on the list now.
>
>> Also, I am not sure what format and mailer you are sending, but each
>> patch I have received does not apply cleanly,
>
> It's very likely because I'm building my OS against the Edison release,
> so my patches so far are against that. Sorry for not specifying that
> explicitly.
>
> (I'd like to rebase of course, but that's a bit farther back on the task
> queue, behind getting NetworkManager working e.g.)
FWIW, the networkmanager and nm-applet recipes in meta-oe seem to be working just fine.
^ permalink raw reply [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.