summaryrefslogtreecommitdiff
path: root/package/adk-test-tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-08 17:27:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-08 17:27:32 +0200
commite12f9f2abbe7054f005c8c28b2eb416c6b0eb086 (patch)
tree0da9a26f7b0fa44a210fe8f023102bb39959894b /package/adk-test-tools/Makefile
parent3c98ceaa57fe2f1979e6a60e583ad0fe000eef4f (diff)
fix update-rcconf, rename adk-test package
Diffstat (limited to 'package/adk-test-tools/Makefile')
-rw-r--r--package/adk-test-tools/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/adk-test-tools/Makefile b/package/adk-test-tools/Makefile
deleted file mode 100644
index f24a14378..000000000
--- a/package/adk-test-tools/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= adk-test-tools
-PKG_VERSION:= 0.1
-PKG_RELEASE:= 7
-PKG_DESCR:= helper tools and scripts for adk-test-framework
-PKG_SECTION:= base/misc
-PKG_URL:= http://openadk.org/
-
-NO_DISTFILES:= 1
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,ADK_TEST_TOOLS,adk-test-tools,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-adk-test-tools-install:
- $(INSTALL_DIR) $(IDIR_ADK_TEST_TOOLS)/usr/bin
- $(INSTALL_BIN) $(WRKBUILD)/{qmp,quit} \
- $(IDIR_ADK_TEST_TOOLS)/usr/bin
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk