All of lore.kernel.org
 help / color / mirror / Atom feed
* FW: [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES.
@ 2011-02-16  2:35 Lu, Lianhao
  2011-02-22 15:48 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Lu, Lianhao @ 2011-02-16  2:35 UTC (permalink / raw)
  To: poky@yoctoproject.org

Looks like I had problems in sending emails to mailing list from my linux box. So I forward this pull request from my outlook.

Best Regards,
Lianhao


-----Original Message-----
From: Lu, Lianhao 
Sent: Tuesday, February 15, 2011 7:28 PM
To: poky@yoctoproject.org
Cc: Lu, Lianhao
Subject: [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES.

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.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
 .../linux-libc-headers-yocto_git.bb                |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --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 0d58354..b0e152d 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,6 +6,8 @@ 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"
 
-- 
1.7.0.4



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

end of thread, other threads:[~2011-02-22 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  2:35 FW: [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES Lu, Lianhao
2011-02-22 15:48 ` 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.