On Thu, May 5, 2011 at 12:55 AM, Saul Wold <[email protected]> wrote:
> From: Khem Raj <[email protected]>
>
> inherit gettext should do it.
>
> Signed-off-by: Khem Raj <[email protected]>
> ---
>  meta/recipes-core/util-linux/util-linux.inc |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux.inc 
> b/meta/recipes-core/util-linux/util-linux.inc
> index 913bb1b..447e5b7 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -13,10 +13,10 @@ LIC_FILES_CHKSUM = 
> "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
>                     
> file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \
>                     
> file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
>
> -DEPENDS = "zlib ncurses virtual/libintl"
> -DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native 
> gettext-native"
> -
>  inherit autotools gettext
> +DEPENDS = "zlib ncurses"
> +DEPENDS_virtclass-native_append = " lzo-native"
> +
>

This patch is not needed with the applied gettext changes

>  SRC_URI = 
> "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-ng-${PV}.tar.bz2
>  \
>            file://MCONFIG \
> --
> 1.7.1.1
>
>

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to