From: Paul Sokolovsky Date: Sat, 6 Jan 2007 09:41:04 +0000 (+0000) Subject: package-index: Fix DEPENDS. X-Git-Tag: Release-2010-05/1~9453^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d08caccf4984dd60d57ae391b8b5f1778bc0fe9;p=openembedded.git package-index: Fix DEPENDS. * Actually depends on ipkg-utils-native, not ipkg-native. --- diff --git a/packages/meta/package-index.bb b/packages/meta/package-index.bb index eebc4efcc7..ca0ebfe0a6 100644 --- a/packages/meta/package-index.bb +++ b/packages/meta/package-index.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Rebuild the package index" LICENSE = "MIT" -PR = "r0" +PR = "r1" -DEPENDS = "ipkg-native" +DEPENDS = "ipkg-utils-native" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = "1"