]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers-yocto: Added RPROVIDES.
authorLianhao Lu <lianhao.lu@intel.com>
Tue, 15 Feb 2011 11:13:19 +0000 (19:13 +0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 16 Feb 2011 15:34:52 +0000 (07:34 -0800)
[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>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb

index 736d60f7de1d880a80da7c9264c66b3bd22c28d9..6d56f6ec763c4ab56cfea0e9225654d456efa11e 100644 (file)
@@ -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"