summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-24 17:06:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-25 11:17:53 +0100
commitbbd07d10e22cf3afa41a5f5eeef9fc50c8d96960 (patch)
tree78c0a9059e615a6b795d860b7763c12af97e3a9f /meta/recipes-devtools/opkg
parent7f3ac86f99daca14ac277ff2485b1e6beac22394 (diff)
downloadast2050-yocto-poky-bbd07d10e22cf3afa41a5f5eeef9fc50c8d96960.zip
ast2050-yocto-poky-bbd07d10e22cf3afa41a5f5eeef9fc50c8d96960.tar.gz
opkg-nogpg: add file path
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. (From OE-Core rev: 0ddf7861d36452c0fe40b4ce439a2954de507965) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r--meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb b/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
index 259a60e..da2a39c 100644
--- a/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
+++ b/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
@@ -3,6 +3,8 @@ require opkg_${PV}.bb
DEPENDS = "curl"
PROVIDES += "opkg"
+FILESEXTRAPATHS_prepend := "${THISDIR}/opkg-${PV}:"
+
EXTRA_OECONF += "--disable-gpg"
DEFAULT_PREFERENCE = "-1"
OpenPOWER on IntegriCloud