summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/console-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:30:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:37 +0100
commit6cbb55921a1e40a5846aa84be027175fc9e7f9c6 (patch)
treeb77826558c88b2f7b78c9ecc3261fe792930ad2c /meta/recipes-core/console-tools
parentcbffd7fe53e2f5ae49a7e978e884e1984a4c472c (diff)
downloadpoky-6cbb55921a1e40a5846aa84be027175fc9e7f9c6.tar.gz
console-tools_0.3.2.bb: inherit gettext
There is a dependency on libintl in configure (From OE-Core rev: 227166e0991a3404d164e6bf9b9d7d3bc356c343) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/console-tools')
-rw-r--r--meta/recipes-core/console-tools/console-tools_0.3.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
index c2146e44f3..c7bee61591 100644
--- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb
+++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb
@@ -3,7 +3,6 @@ LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.kbd;md5=9b2d91511d3d80d4d20ac6e6b0137fe9" 3LIC_FILES_CHKSUM = "file://COPYING.kbd;md5=9b2d91511d3d80d4d20ac6e6b0137fe9"
4SUMMARY = "Allows you to set-up and manipulate the Linux console." 4SUMMARY = "Allows you to set-up and manipulate the Linux console."
5DESCRIPTION = "Provides tools that enable the set-up and manipulation of the linux console and console-font files." 5DESCRIPTION = "Provides tools that enable the set-up and manipulation of the linux console and console-font files."
6DEPENDS = "gettext"
7PR = "r2" 6PR = "r2"
8 7
9SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
@@ -31,7 +30,7 @@ do_compile () {
31 oe_runmake 'SUBDIRS=${SUBDIRS}' 30 oe_runmake 'SUBDIRS=${SUBDIRS}'
32} 31}
33 32
34inherit autotools 33inherit autotools gettext
35 34
36do_install () { 35do_install () {
37 autotools_do_install 36 autotools_do_install