diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-02-15 19:13:19 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:34:52 -0800 |
commit | afd4169bd24d4a14f59df5622efdcf5c6eb08eb2 (patch) | |
tree | 76efd06faacbdcbf2556e6c44057fbfd99c8f4f3 /meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | |
parent | 10c7ca4929b8220c5e56cbf5485be7b34bc12344 (diff) | |
download | poky-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/linux-libc-headers-yocto_git.bb')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | 4 |
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}" | |||
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | DEPENDS += "unifdef-native" | 7 | DEPENDS += "unifdef-native" |
8 | PROVIDES = "linux-libc-headers" | 8 | PROVIDES = "linux-libc-headers" |
9 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | ||
10 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | ||
9 | PV = "2.6.37+git-${SRCPV}" | 11 | PV = "2.6.37+git-${SRCPV}" |
10 | PR = "r2" | 12 | PR = "r3" |
11 | 13 | ||
12 | SRCREV_FORMAT = "meta_machine" | 14 | SRCREV_FORMAT = "meta_machine" |
13 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 15 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |