[oe-commits] Leon Woestenberg : ltp: must use configure now; see INSTALL.

GIT User account git at amethyst.openembedded.net
Sun Mar 29 11:44:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1bdc66e10829742606f4db4cd383b02c7f601101
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bdc66e10829742606f4db4cd383b02c7f601101

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Mar 29 13:40:58 2009 +0200

ltp: must use configure now; see INSTALL.

This fixes a build issue.
However, QA issues remain regarding GNU hash.

---

 recipes/ltp/ltp_20090131.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb
index 73d6f76..9026ac5 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
 }
+





More information about the Openembedded-commits mailing list