From: Khem Raj Date: Thu, 20 Aug 2009 06:30:40 +0000 (-0700) Subject: opkg: Add opkg to FILESPATHPKG. X-Git-Tag: Release-2010-05/1~2638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cffb4ce4dfb5a0b8b280e12f3635e6281855313;p=openembedded.git opkg: Add opkg to FILESPATHPKG. Otherwise it does not find patches stored under opkg directory Signed-off-by: Khem Raj --- diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index c880dd660e..c146c75b79 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -6,6 +6,8 @@ DEPENDS = "curl gpgme" PV = "0.1.6+svnr${SRCREV}" INC_PR = "r15" +FILESPATHPKG =. "opkg:" + SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ file://opkg_unarchive.patch;patch=1;maxrev=201 \ file://opkg-intercept-cleanup.patch;patch=1"