diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:08:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:08:33 +0000 |
commit | 5fd09e5bd8b714b27a808636412b0b8bbef00c5a (patch) | |
tree | c0acfaaa6eabec882c85e623f85697b4ae691b89 | |
parent | 5c37301c9b2041fc821cdd0a75b606e32df6bd17 (diff) |
Add docbook-utils-native and make iputils depend on it.
BKrev: 400da6e1kgPQx4qNf3LhYTXQO3ldQg
-rw-r--r-- | docbook-utils/docbook-utils-native_0.6.13.oe | 0 | ||||
-rw-r--r-- | iputils/iputils_20020927.oe | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docbook-utils/docbook-utils-native_0.6.13.oe b/docbook-utils/docbook-utils-native_0.6.13.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/docbook-utils/docbook-utils-native_0.6.13.oe diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe index 707ecc862c..b4c78258fa 100644 --- a/iputils/iputils_20020927.oe +++ b/iputils/iputils_20020927.oe @@ -1,3 +1,6 @@ +DEPENDS = virtual/libc docbook-utils-native +RDEPENDS = libc6 + SRC_URI = http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz S = ${WORKDIR}/${PN} |