diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-01-18 21:23:33 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:36:58 +0000 |
| commit | be4c446870a707021da4fa163a648b67e18ec12b (patch) | |
| tree | 68df8062d5fa47f30e64d55e0e7e0b56ffd737f8 /meta/classes/utility-tasks.bbclass | |
| parent | df95988e1ea3d582e687c39a361728f88c419bca (diff) | |
| download | poky-be4c446870a707021da4fa163a648b67e18ec12b.tar.gz | |
pth: Delete
replacement in npth is available in OE-core
(From OE-Core rev: 22c0b4c5034f929a1b1145f49b835387856e80b1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/utility-tasks.bbclass')
| -rw-r--r-- | meta/classes/utility-tasks.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index e817b899a6..f62d523f5a 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
| @@ -43,11 +43,8 @@ python do_checkuri() { | |||
| 43 | if len(src_uri) == 0: | 43 | if len(src_uri) == 0: |
| 44 | return | 44 | return |
| 45 | 45 | ||
| 46 | localdata = bb.data.createCopy(d) | ||
| 47 | bb.data.update_data(localdata) | ||
| 48 | |||
| 49 | try: | 46 | try: |
| 50 | fetcher = bb.fetch2.Fetch(src_uri, localdata) | 47 | fetcher = bb.fetch2.Fetch(src_uri, d) |
| 51 | fetcher.checkstatus() | 48 | fetcher.checkstatus() |
| 52 | except bb.fetch2.BBFetchException, e: | 49 | except bb.fetch2.BBFetchException, e: |
| 53 | raise bb.build.FuncFailed(e) | 50 | raise bb.build.FuncFailed(e) |
