summaryrefslogtreecommitdiffstats
path: root/rules/ltp-posix.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 21:52:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-04-18 21:52:42 +0000
commite2b00a562511ca70b7720e2c176faf7a00aaab99 (patch)
tree13e40e19e578a341f131441dbb2a669f5c9ac542 /rules/ltp-posix.make
parent1efe3f4902ffda4b48ddf89e1cbff18f4524b66a (diff)
downloadptxdist-e2b00a562511ca70b7720e2c176faf7a00aaab99.tar.gz
ptxdist-e2b00a562511ca70b7720e2c176faf7a00aaab99.tar.xz
* ltp: more LTP_BASE fixups
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8085 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-posix.make')
-rw-r--r--rules/ltp-posix.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/ltp-posix.make b/rules/ltp-posix.make
index 9efd6ccfd..61db30b7c 100644
--- a/rules/ltp-posix.make
+++ b/rules/ltp-posix.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LTP_POSIX) += ltp-posix
#
# Paths and names
#
-LTP_POSIX_VERSION = $(LTP_VERSION)
-LTP_POSIX = ltp-posix-$(LTP_VERSION)
+LTP_POSIX_VERSION = $(LTP_BASE_VERSION)
+LTP_POSIX = ltp-posix-$(LTP_BASE_VERSION)
LTP_POSIX_DIR = $(LTP_BASE_DIR)/testcases/open_posix_testsuite
LTP_POSIX_PKGDIR = $(PKGDIR)/$(LTP_POSIX)
@@ -93,7 +93,7 @@ ltp-posix_install_copy = \
PER=`stat -c "%a" $$file` \
$(call install_copy, ltp-posix, 0, 0, $$PER, \
$(LTP_POSIX_DIR)/$$file, \
- $(LTP_BIN_DIR)/posix/$$file)
+ $(LTP_BASE_BIN_DIR)/posix/$$file)
ltp-posix_targetinstall: $(STATEDIR)/ltp-posix.targetinstall
@@ -104,7 +104,7 @@ $(STATEDIR)/ltp-posix.targetinstall:
@$(call install_init, ltp-posix)
@$(call install_fixup, ltp-posix,PACKAGE,ltp-posix)
@$(call install_fixup, ltp-posix,PRIORITY,optional)
- @$(call install_fixup, ltp-posix,VERSION,$(LTP_VERSION))
+ @$(call install_fixup, ltp-posix,VERSION,$(LTP_BASE_VERSION))
@$(call install_fixup, ltp-posix,SECTION,base)
@$(call install_fixup, ltp-posix,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
@$(call install_fixup, ltp-posix,DEPENDS,)