diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-01 15:21:29 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
commit | 3bea987cdeb53b04a0948db2dafbc405715f37ea (patch) | |
tree | 9e834f14bbaf135f5a528c5f586c47d87eb36802 /meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch | |
parent | 47d5e7940b3ad751b6d9ddf31c0bf02df09b362c (diff) | |
download | meta-openembedded-3bea987cdeb53b04a0948db2dafbc405715f37ea.tar.gz |
libblockdev: clean up obsolete patches
Since upgrading libblockdev to 2.18, these patches are
useless, remove them.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch')
-rw-r--r-- | meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch b/meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch deleted file mode 100644 index 0719759cdb..0000000000 --- a/meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 40dae7ea6450cb30f066da8443eabf063b5b0ad7 Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Mon, 8 May 2017 02:05:40 -0400 | ||
4 | Subject: [PATCH 2/3] remove python2 support | ||
5 | |||
6 | Only python3 is required. | ||
7 | |||
8 | Upstream-Status: Inappropriate [wr-installer specific] | ||
9 | |||
10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
11 | --- | ||
12 | src/python/gi/overrides/Makefile.am | 5 ----- | ||
13 | 1 file changed, 5 deletions(-) | ||
14 | |||
15 | diff --git a/src/python/gi/overrides/Makefile.am b/src/python/gi/overrides/Makefile.am | ||
16 | index a2927ac..6385502 100644 | ||
17 | --- a/src/python/gi/overrides/Makefile.am | ||
18 | +++ b/src/python/gi/overrides/Makefile.am | ||
19 | @@ -1,8 +1,3 @@ | ||
20 | -pylibdir = $(shell python -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))") | ||
21 | - | ||
22 | -overridesdir = $(pylibdir)/gi/overrides | ||
23 | -dist_overrides_DATA = BlockDev.py | ||
24 | - | ||
25 | if WITH_PYTHON3 | ||
26 | py3libdir = $(shell python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib(1,0,prefix='${exec_prefix}'))") | ||
27 | py3overridesdir = $(py3libdir)/gi/overrides | ||
28 | -- | ||
29 | 1.8.3.1 | ||
30 | |||