]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-nogpg: add file path
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 24 May 2012 16:06:12 +0000 (17:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 10:17:34 +0000 (11:17 +0100)
There was no explicit path in FILESPATH for this recipe to allow it to
find files referred to in SRC_URI (files shared with the standard opkg
recipe). This problem may have been masked by the fetcher behaviour of
looking for files last in DL_DIR, thus if opkg has been fetched
beforehand there would have been no error.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb

index 259a60ebc975318a6e390c024a142b91f555ff35..da2a39c3e0b359ff20d0947e89976b6a456257ef 100644 (file)
@@ -3,6 +3,8 @@ require opkg_${PV}.bb
 DEPENDS = "curl"
 PROVIDES += "opkg"
 
+FILESEXTRAPATHS_prepend := "${THISDIR}/opkg-${PV}:"
+
 EXTRA_OECONF += "--disable-gpg"
 
 DEFAULT_PREFERENCE = "-1"