git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d1bc9
)
ltp: must use configure now; see INSTALL.
author
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 11:40:58 +0000
(13:40 +0200)
committer
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 11:42:04 +0000
(13:42 +0200)
This fixes a build issue.
However, QA issues remain regarding GNU hash.
recipes/ltp/ltp_20090131.bb
patch
|
blob
|
history
diff --git
a/recipes/ltp/ltp_20090131.bb
b/recipes/ltp/ltp_20090131.bb
index
73d6f76
..
9026ac5
100644
(file)
--- 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
}
+