From: Frans Meulenbroeks Date: Thu, 19 Aug 2010 21:16:38 +0000 (+0200) Subject: iputils: added dependency on sgmlspl-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc7d465d684d4952c52adafc1e7032b63039e53;p=openembedded.git iputils: added dependency on sgmlspl-native Signed-off-by: Frans Meulenbroeks --- 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"