summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-02-15 19:13:19 +0800
committerSaul Wold <sgw@linux.intel.com>2011-02-16 07:34:52 -0800
commitafd4169bd24d4a14f59df5622efdcf5c6eb08eb2 (patch)
tree76efd06faacbdcbf2556e6c44057fbfd99c8f4f3 /meta/recipes-kernel/linux-libc-headers
parent10c7ca4929b8220c5e56cbf5485be7b34bc12344 (diff)
downloadpoky-afd4169bd24d4a14f59df5622efdcf5c6eb08eb2.tar.gz
linux-libc-headers-yocto: Added RPROVIDES.
[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>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb4
1 files changed, 3 insertions, 1 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 736d60f7de..6d56f6ec76 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}"
6INHIBIT_DEFAULT_DEPS = "1" 6INHIBIT_DEFAULT_DEPS = "1"
7DEPENDS += "unifdef-native" 7DEPENDS += "unifdef-native"
8PROVIDES = "linux-libc-headers" 8PROVIDES = "linux-libc-headers"
9RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
10RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
9PV = "2.6.37+git-${SRCPV}" 11PV = "2.6.37+git-${SRCPV}"
10PR = "r2" 12PR = "r3"
11 13
12SRCREV_FORMAT = "meta_machine" 14SRCREV_FORMAT = "meta_machine"
13SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 15SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"