[oe] [PATCH 1/2] udh.inc: use RDEPENDS_${PN}

Philip Balister philip at balister.org
Tue Nov 16 17:48:49 UTC 2010


On 11/16/2010 06:13 AM, Martin Jansa wrote:
> ---
>   recipes/uhd/uhd.inc |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
> index 3b5be58..d2e7903 100644
> --- a/recipes/uhd/uhd.inc
> +++ b/recipes/uhd/uhd.inc
> @@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"
>   LICENSE = "GPLV3+"
>
>   DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
> -RDEPENDS += "uhd-firmware"
> +RDEPENDS_${PN} += "uhd-firmware"
>
> -INC_PR = "r2"
> +INC_PR = "r3"
>
>   inherit cmake
>

Thanks for catching this.

Acked-by: Philip Balister <philip at balister.org>




More information about the Openembedded-devel mailing list