summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 12:42:53 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 12:42:53 +0000
commite1196a7e1b5ddbf06af4d942e693ad2f38b78598 (patch)
tree3a0eb0cd498c323aa61b795a81b2ffcece14b7e8
parentba59ab13dead6bcd68be865d4ff46266553cad0a (diff)
downloadptxdist-e1196a7e1b5ddbf06af4d942e693ad2f38b78598.tar.gz
ptxdist-e1196a7e1b5ddbf06af4d942e693ad2f38b78598.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4076 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/atk124.in8
-rw-r--r--rules/memedit.in11
-rw-r--r--rules/memedit.make6
-rw-r--r--rules/tools.in12
4 files changed, 17 insertions, 20 deletions
diff --git a/rules/atk124.in b/rules/atk124.in
index 549b3856a..dddf8f090 100644
--- a/rules/atk124.in
+++ b/rules/atk124.in
@@ -4,10 +4,8 @@ config ATK
depends on BROKEN
prompt "atk - accessibility toolkit"
help
- ATK is a toolkit providing accessibility interfaces for applications or
- other toolkits. By implementing these interfaces, those other toolkits
- or applications can be used with tools such as screen readers, magnifiers,
- and other alternative input devices.
+ ATK is
+ FIXME: This item needs to bee documented
-comment "atk is broken, please send a patch"
+comment "ATK is broken, please send a patch"
depends on !BROKEN
diff --git a/rules/memedit.in b/rules/memedit.in
index 9a084a0e3..74e443805 100644
--- a/rules/memedit.in
+++ b/rules/memedit.in
@@ -1 +1,10 @@
-# FIXME: There should be a *.in for this package
+config MEMEDIT
+ bool
+ default N
+ select READLINE
+ prompt "memedit"
+ help
+ memedit is a command line tool which is able to open
+ a file or pseudo file representing a memory device
+ (for example memory mapped I/O or FPGA memory) and
+ let's you edit it's contents from a command line.
diff --git a/rules/memedit.make b/rules/memedit.make
index 7c01a3b24..a221c6d73 100644
--- a/rules/memedit.make
+++ b/rules/memedit.make
@@ -32,7 +32,7 @@ MEMEDIT_DIR = $(BUILDDIR)/$(MEMEDIT)
memedit_get: $(STATEDIR)/memedit.get
-$(STATEDIR)/memedit.get: $(MEMEDIT_SOURCE)
+$(STATEDIR)/memedit.get: $(memedit_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(MEMEDIT))
@$(call touch, $@)
@@ -47,7 +47,7 @@ $(MEMEDIT_SOURCE):
memedit_extract: $(STATEDIR)/memedit.extract
-$(STATEDIR)/memedit.extract: $(memedit_extract_deps)
+$(STATEDIR)/memedit.extract: $(memedit_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(MEMEDIT_DIR))
@$(call extract, $(MEMEDIT_SOURCE))
@@ -93,7 +93,7 @@ $(STATEDIR)/memedit.compile: $(memedit_compile_deps_default)
memedit_install: $(STATEDIR)/memedit.install
-$(STATEDIR)/memedit.install: $(STATEDIR)/memedit.compile
+$(STATEDIR)/memedit.install: $(memedit_install_deps_default)
@$(call targetinfo, $@)
@$(call install, MEMEDIT)
@$(call touch, $@)
diff --git a/rules/tools.in b/rules/tools.in
index a26a75f84..0fa6e0cc6 100644
--- a/rules/tools.in
+++ b/rules/tools.in
@@ -1,15 +1,5 @@
source "rules/figlet.in"
-
-config MEMEDIT
- bool
- default N
- select READLINE
- prompt "memedit"
- help
- memedit is a command line tool which is able to open
- a file or pseudo file representing a memory device
- (for example memory mapped I/O or FPGA memory) and
- let's you edit it's contents from a command line.
+source "rules/memedit.in"
config MEMSTAT
bool