diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-05-24 17:06:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:34 +0100 |
commit | 0ddf7861d36452c0fe40b4ce439a2954de507965 (patch) | |
tree | ecc4f0cdf11aadbf8b0c83c88a7ef9e299ae4b39 /meta/recipes-devtools/opkg | |
parent | 70562306a051ac93001851213441c9d5d6234517 (diff) | |
download | openembedded-core-0ddf7861d36452c0fe40b4ce439a2954de507965.tar.gz openembedded-core-0ddf7861d36452c0fe40b4ce439a2954de507965.tar.bz2 openembedded-core-0ddf7861d36452c0fe40b4ce439a2954de507965.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb | 2 |
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 259a60ebc9..da2a39c3e0 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" |