diff options
Diffstat (limited to 'recipes/iputils/iputils_20071127.bb')
-rw-r--r-- | recipes/iputils/iputils_20071127.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/iputils/iputils_20071127.bb b/recipes/iputils/iputils_20071127.bb index 580909956c..e5861eb4ee 100644 --- a/recipes/iputils/iputils_20071127.bb +++ b/recipes/iputils/iputils_20071127.bb @@ -3,9 +3,9 @@ DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \ tracepath, tracepath6, ping, ping6 and arping." SECTION = "console/network" LICENSE ="BSD" -DEPENDS = "docbook-utils-native" +DEPENDS = "docbook-utils-native sgmlspl-native" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE_angstrom = "2" |