[poky] FW: [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES.
Saul Wold
saul.wold at intel.com
Tue Feb 22 07:48:14 PST 2011
On 02/15/2011 06:35 PM, Lu, Lianhao wrote:
> 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 at yoctoproject.org
> Cc: Lu, Lianhao
> Subject: [PATCH 1/1] linux-libc-headers-yocto: Added RPROVIDES.
>
> From: Lianhao Lu<lianhao.lu at 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 at 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"
>
Merged into Master
Thanks
Sau!
More information about the poky
mailing list