summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.13.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.12.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-django_6.0.4.bb (renamed from meta-python/recipes-devtools/python/python3-django_6.0.3.bb)2
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch35
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb (renamed from meta-python/recipes-extended/python-blivet/python3-blivet_3.12.1.bb)17
4 files changed, 16 insertions, 40 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.12.bb b/meta-python/recipes-devtools/python/python3-django_5.2.13.bb
index 13166d4c53..fcf50e939d 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.12.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.13.bb
@@ -2,4 +2,4 @@ require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch" 4SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch"
5SRC_URI[sha256sum] = "6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb" 5SRC_URI[sha256sum] = "a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.3.bb b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb
index b3aec8870a..378b760f2c 100644
--- a/meta-python/recipes-devtools/python/python3-django_6.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb
@@ -1,7 +1,7 @@
1require python3-django.inc 1require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1" 4SRC_URI[sha256sum] = "8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac"
5 5
6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
7# default. To build the 6.x branch, 7# default. To build the 6.x branch,
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch b/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
deleted file mode 100644
index d3ab8f8526..0000000000
--- a/meta-python/recipes-extended/python-blivet/python3-blivet/0008-use-oe-variable-to-replace-hardcoded-dir.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From 6a85945c060154581f5a129a6a946258bf9333c4 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Mon, 8 May 2017 03:54:12 -0400
4Subject: [PATCH 08/11] use oe variable to replace hardcoded dir
5
6Upstream-Status: Pending
7
8Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9
10Rebase for python3-blivet 3.4.0.
11
12Signed-off-by: Kai Kang <kai.kang@windriver.com>
13---
14 setup.py | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17diff --git a/setup.py b/setup.py
18index e6bb3f3..700085b 100644
19--- a/setup.py
20+++ b/setup.py
21@@ -73,10 +73,10 @@ class blivet_sdist(sdist):
22
23
24 data_files = [
25- ('/etc/dbus-1/system.d', ['dbus/blivet.conf']),
26- ('/usr/share/dbus-1/system-services', ['dbus/com.redhat.Blivet0.service']),
27- ('/usr/libexec', ['dbus/blivetd']),
28- ('/usr/lib/systemd/system', ['dbus/blivet.service'])
29+ (os.environ.get('sysconfdir')+'/dbus-1/system.d', ['dbus/blivet.conf']),
30+ (os.environ.get('datadir')+'/dbus-1/system-services', ['dbus/com.redhat.Blivet0.service']),
31+ (os.environ.get('libexecdir'), ['dbus/blivetd']),
32+ (os.environ.get('systemd_system_unitdir'), ['dbus/blivet.service'])
33 ]
34
35
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.12.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb
index bf492b3d57..a159979b73 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.12.1.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb
@@ -11,23 +11,34 @@ SRC_URI += "\
11 file://0005-fix-incorrect-timeout-while-system-time-changed.patch \ 11 file://0005-fix-incorrect-timeout-while-system-time-changed.patch \
12 file://0006-tweak-btrfs-packages.patch \ 12 file://0006-tweak-btrfs-packages.patch \
13 file://0007-invoking-mount-with-infinite-timeout.patch \ 13 file://0007-invoking-mount-with-infinite-timeout.patch \
14 file://0008-use-oe-variable-to-replace-hardcoded-dir.patch \
15 file://0009-invoking-fsck-with-infinite-timeout.patch \ 14 file://0009-invoking-fsck-with-infinite-timeout.patch \
16 file://0010-invoking-mkfs-with-infinite-timeout.patch \ 15 file://0010-invoking-mkfs-with-infinite-timeout.patch \
17 file://0011-invoking-dd-with-infinite-timeout.patch \ 16 file://0011-invoking-dd-with-infinite-timeout.patch \
18" 17"
19SRC_URI[sha256sum] = "54775ba212d1574b1b0750ce147f0d3cf3b5d73aaf040d172283edb57db4ba15" 18SRC_URI[sha256sum] = "6d8374d05eeab513b2a26cf01267e853df7b31e13ad1a1ba7d73a856190d0518"
20 19
21inherit pypi features_check systemd setuptools3_legacy 20inherit pypi features_check systemd setuptools3_legacy
22 21
23REQUIRED_DISTRO_FEATURES = "systemd" 22REQUIRED_DISTRO_FEATURES = "systemd"
24 23
25RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ 24RDEPENDS:${PN} += "python3-dasbus python3-pygobject python3-pykickstart python3-pyudev \
26 parted python3-pyparted multipath-tools \ 25 parted python3-pyparted multipath-tools \
27 lsof cryptsetup libblockdev libblockdev-bin \ 26 lsof cryptsetup libblockdev libblockdev-bin \
28 libbytesize \ 27 libbytesize \
28 util-linux \
29" 29"
30 30
31do_install:append() {
32 install -d ${D}${sysconfdir}/dbus-1/system.d
33 install -m 644 ${S}/dbus/blivet.conf ${D}${sysconfdir}/dbus-1/system.d/blivet.conf
34 install -d ${D}${datadir}/dbus-1/system-services
35 install -m 644 ${S}/dbus/com.redhat.Blivet0.service ${D}${datadir}/dbus-1/system-services/com.redhat.Blivet0.service
36 install -d ${D}${libexecdir}
37 install -m 755 ${S}/dbus/blivetd ${D}${libexecdir}/blivetd
38 install -d ${D}${systemd_system_unitdir}
39 install -m 644 ${S}/dbus/blivet.service ${D}${systemd_system_unitdir}/blivet.service
40}
41
31FILES:${PN} += " \ 42FILES:${PN} += " \
32 ${datadir}/dbus-1/system-services \ 43 ${datadir}/dbus-1/system-services \
33" 44"