aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ltp
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-03-29 13:40:58 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-03-29 13:42:04 +0200
commit1bdc66e10829742606f4db4cd383b02c7f601101 (patch)
tree30d9635d8761611744b25f9fd1c41c2c2167a9cf /recipes/ltp
parent69d1bc9c60d59862106c69f6caaa0059e049b32d (diff)
downloadopenembedded-1bdc66e10829742606f4db4cd383b02c7f601101.tar.gz
ltp: must use configure now; see INSTALL.
This fixes a build issue. However, QA issues remain regarding GNU hash.
Diffstat (limited to 'recipes/ltp')
-rw-r--r--recipes/ltp/ltp_20090131.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb
index 73d6f76fa7..9026ac5081 100644
--- a/recipes/ltp/ltp_20090131.bb
+++ b/recipes/ltp/ltp_20090131.bb
@@ -3,7 +3,9 @@ HOMEPAGE = "http://ltp.sourceforge.net"
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "zip-native"
-PR = "r1"
+PR = "r2"
+
+inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \
file://cross-compile.patch;patch=1 \
@@ -73,3 +75,4 @@ do_install(){
rm -rf ${D}/opt/ltp/include
rm ${D}/usr/libexec/ltp/share/pkgconfig/ltp.pc
}
+