summaryrefslogtreecommitdiff
path: root/package/ltp/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-09 21:32:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-09 21:32:28 +0200
commite8441eb5033da7f95aeee995bc87879f8cb129ab (patch)
treed317ddb4ab394e41fa583c0e5057a23e85de0979 /package/ltp/Makefile
parent2cab3266d039fa15193afcd031d7dc3ba749f4bb (diff)
disable some tests, now at least runltp finish.
Diffstat (limited to 'package/ltp/Makefile')
-rw-r--r--package/ltp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile
index 4303da72f..b116cff83 100644
--- a/package/ltp/Makefile
+++ b/package/ltp/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= 6a98074e9121595ccb78951ebfeb698f
PKG_DESCR:= linux test project
PKG_BUILDDEP:= libtirpc
PKG_DEPENDS:= bash libtirpc libpthread librt
-PKG_DEPENDS+= mke2fs
+PKG_DEPENDS+= mke2fs mkfs
PKG_SECTION:= sys/misc
PKG_URL:= http://linux-test-project.github.io
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ltp/}
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-open-posix-testsuite \
--without-expect
ltp-install:
- $(INSTALL_DIR) $(IDIR_LTP)/opt/ltp
+ $(INSTALL_DIR) $(IDIR_LTP)/opt/ltp/tmp
$(CP) $(WRKINST)/usr/* $(IDIR_LTP)/opt/ltp
include ${ADK_TOPDIR}/mk/pkg-bottom.mk