diff options
| author | Philip Balister <philip@balister.org> | 2018-09-07 22:59:10 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 00:07:52 -0700 |
| commit | 26f251fb1e0d2b5d7c2179504a6984020292fc5f (patch) | |
| tree | 281598963ae1cd598ed17e6ff8b93d626295f7fc /meta-oe/recipes-devtools/sip/files/sip.patch | |
| parent | 47dab9359812b52af34681d2bf097b6b3028a11a (diff) | |
| download | meta-openembedded-26f251fb1e0d2b5d7c2179504a6984020292fc5f.tar.gz | |
sip: Update from 4.19.8 to 4.19.12.
* This builds the private sip module for building PyQt5. In the
future we should split into a -tools and -modules. But lets fix
building for now
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/sip/files/sip.patch')
| -rw-r--r-- | meta-oe/recipes-devtools/sip/files/sip.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sip/files/sip.patch b/meta-oe/recipes-devtools/sip/files/sip.patch new file mode 100644 index 0000000000..78100fc4ba --- /dev/null +++ b/meta-oe/recipes-devtools/sip/files/sip.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | diff -Nurd ./sip-4.19.12.orig/configure.py sip-4.19.12/configure.py | ||
| 2 | --- ./sip-4.19.12.orig/configure.py 2018-07-05 05:55:19.000000000 -0400 | ||
| 3 | +++ sip-4.19.12/configure.py 2018-09-07 16:41:18.102569271 -0400 | ||
| 4 | @@ -949,10 +949,10 @@ | ||
| 5 | |||
| 6 | if len(module_path) > 1: | ||
| 7 | del module_path[-1] | ||
| 8 | - module_path.insert(0, sip_root_dir) | ||
| 9 | + module_path.insert(0, sip_module_dir) | ||
| 10 | sip_module_dir = os.path.join(*module_path) | ||
| 11 | else: | ||
| 12 | - sip_module_dir = sip_root_dir | ||
| 13 | + sip_module_dir = sip_module_dir | ||
| 14 | |||
| 15 | # Override from the command line. | ||
| 16 | if opts.platform is not None: | ||
