diff options
Diffstat (limited to 'recipes/ltp/ltp_20090131.bb')
-rw-r--r-- | recipes/ltp/ltp_20090131.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/ltp/ltp_20090131.bb b/recipes/ltp/ltp_20090131.bb index 4793d24e27..1a661fbd71 100644 --- a/recipes/ltp/ltp_20090131.bb +++ b/recipes/ltp/ltp_20090131.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://ltp.sourceforge.net" LICENSE = "GPL" SECTION = "console/utils" DEPENDS = "zip-native" -PR = "r3" +PR = "r4" inherit autotools @@ -12,7 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ file://runltp-path.patch;patch=1 \ file://fix-tcore_patch_test_suites.patch;patch=1 \ file://no-IDcheck.patch;patch=1 \ - file://no_hyperthreading_tests.patch;patch=1" + file://no_hyperthreading_tests.patch;patch=1 \ + file://syscalls.patch;patch=1" SRC_URI_append_mips += "file://no_epoll_create2.patch;patch=1" SRC_URI_append_mipsel += "file://no_epoll_create2.patch;patch=1" |