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:53 +0100 |
commit | bbd07d10e22cf3afa41a5f5eeef9fc50c8d96960 (patch) | |
tree | 78c0a9059e615a6b795d860b7763c12af97e3a9f /meta | |
parent | 7f3ac86f99daca14ac277ff2485b1e6beac22394 (diff) | |
download | 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')
-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 | |||
3 | DEPENDS = "curl" | 3 | DEPENDS = "curl" |
4 | PROVIDES += "opkg" | 4 | PROVIDES += "opkg" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/opkg-${PV}:" | ||
7 | |||
6 | EXTRA_OECONF += "--disable-gpg" | 8 | EXTRA_OECONF += "--disable-gpg" |
7 | 9 | ||
8 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |