* [PATCH 0/1] [BUGID #714] install linux-libc-headers
@ 2011-02-16 5:30 Lianhao Lu
2011-02-16 5:30 ` [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES Lianhao Lu
0 siblings, 1 reply; 2+ messages in thread
From: Lianhao Lu @ 2011-02-16 5:30 UTC (permalink / raw)
To: poky
From: Lianhao Lu <lianhao.lu@intel.com>
I resend the previous pull request of bug #714 fixing, also bumped the PR. Please ignore the previous one.
The kernel headers are not installed in rootfs because it is included in the pacakge of linux-libc-headers-yocto-dev, while other packages like libc6-dev still think its name as linux-libc-headers.
So we need to add RPROVIDES to linux-libc-headers-yocto-dev to have it RPROVIDES the linux-libc-headers-dev, so it can be installed as required by libc6-dev.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: llu/bug714
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug714
Thanks,
Lianhao Lu <lianhao.lu@intel.com>
---
Lianhao Lu (1):
linux-libc-headers-yocto: Added RPROVIDES.
.../linux-libc-headers-yocto_git.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES.
2011-02-16 5:30 [PATCH 0/1] [BUGID #714] install linux-libc-headers Lianhao Lu
@ 2011-02-16 5:30 ` Lianhao Lu
0 siblings, 0 replies; 2+ messages in thread
From: Lianhao Lu @ 2011-02-16 5:30 UTC (permalink / raw)
To: poky
From: Lianhao Lu <lianhao.lu@intel.com>
[BUGID #714] Added RPROVIDES_${PN}-dev and RPROVIDES_${PN}-dbg for
linux-libc-headers-yocto to provides "linux-libc-headers-dev" and
"linux-libc-headers-dbg" respectively.
This resolved the dependency issue of libc6-dev depending upon
linux-libc-headers-dev. Package linux-libc-headers-yocto-dev will be
installed as linux-libc-headers-dev.
Also bumped the PR.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
| 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
index 736d60f..6d56f6e 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
@@ -6,8 +6,10 @@ B = "${S}"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
PROVIDES = "linux-libc-headers"
+RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
+RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
PV = "2.6.37+git-${SRCPV}"
-PR = "r2"
+PR = "r3"
SRCREV_FORMAT = "meta_machine"
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-16 5:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 5:30 [PATCH 0/1] [BUGID #714] install linux-libc-headers Lianhao Lu
2011-02-16 5:30 ` [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES Lianhao Lu
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.