diff options
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch | 13 | ||||
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20120401.bb | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch new file mode 100644 index 0000000000..a8064cfd79 --- /dev/null +++ b/meta/recipes-extended/ltp/ltp/fix_building_fom_archive.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: ltp-20120401/Makefile | ||
2 | =================================================================== | ||
3 | --- ltp-20120401.orig/Makefile | ||
4 | +++ ltp-20120401/Makefile | ||
5 | @@ -173,7 +173,7 @@ SRCDIR_INSTALL_TARGETS := $(SRCDIR_INSTA | ||
6 | # | ||
7 | .PHONY: Version | ||
8 | Version: | ||
9 | - if git describe &> /dev/null; then \ | ||
10 | + if git describe > /dev/null 2>&1; then \ | ||
11 | git describe > "$@"; \ | ||
12 | else \ | ||
13 | cp VERSION "$@"; \ | ||
diff --git a/meta/recipes-extended/ltp/ltp_20120401.bb b/meta/recipes-extended/ltp/ltp_20120401.bb index 912d6d906b..563bd58bf8 100644 --- a/meta/recipes-extended/ltp/ltp_20120401.bb +++ b/meta/recipes-extended/ltp/ltp_20120401.bb | |||
@@ -21,10 +21,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
21 | 21 | ||
22 | DEPENDS = "attr" | 22 | DEPENDS = "attr" |
23 | 23 | ||
24 | PR = "r3" | 24 | PR = "r4" |
25 | 25 | ||
26 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ | 26 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ |
27 | " | 27 | file://fix_building_fom_archive.patch" |
28 | 28 | ||
29 | SRC_URI[md5sum] = "e1d0acf1a6b6da0cb30dc1b0dcf5f26d" | 29 | SRC_URI[md5sum] = "e1d0acf1a6b6da0cb30dc1b0dcf5f26d" |
30 | SRC_URI[sha256sum] = "f0f5845f9666f61332fdf0b7e396fc647f9372db0902a829af2cf9402b807bd1" | 30 | SRC_URI[sha256sum] = "f0f5845f9666f61332fdf0b7e396fc647f9372db0902a829af2cf9402b807bd1" |