]> code.ossystems Code Review - openembedded-core.git/commitdiff
console-tools_0.3.2.bb: inherit gettext
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:30:32 +0000 (20:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 11:48:17 +0000 (12:48 +0100)
There is a dependency on libintl in configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/console-tools/console-tools_0.3.2.bb

index c2146e44f36a68674ed72f18e8eaeb6a2f43fed9..c7bee61591f02a59491e495358a713fda759ba2b 100644 (file)
@@ -3,7 +3,6 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING.kbd;md5=9b2d91511d3d80d4d20ac6e6b0137fe9"
 SUMMARY = "Allows you to set-up and manipulate the Linux console."
 DESCRIPTION = "Provides tools that enable the set-up and manipulation of the linux console and console-font files."
-DEPENDS = "gettext"
 PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
@@ -31,7 +30,7 @@ do_compile () {
        oe_runmake 'SUBDIRS=${SUBDIRS}'
 }
 
-inherit autotools
+inherit autotools gettext
 
 do_install () {
        autotools_do_install