diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-21 13:30:52 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | d1ba359173f7e00b239a8670eb7bb0b3096a54da (patch) | |
tree | d51d441e6b7d32428d129717f211aa28a54f67b2 /meta-oe/recipes-extended | |
parent | 0d0955a765f32e1d3f0ff42ff1aa522247a1e93b (diff) | |
download | meta-openembedded-d1ba359173f7e00b239a8670eb7bb0b3096a54da.tar.gz |
openlmi-tools: Use S to access setup.py
Depend on py2 modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb index 754476d67..af8a7e0fb 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |||
@@ -7,7 +7,7 @@ SECTION = "System/Management" | |||
7 | 7 | ||
8 | inherit setuptools3 | 8 | inherit setuptools3 |
9 | 9 | ||
10 | DEPENDS = "python3-native python3-pywbem-native python3-m2crypto python-pywbem" | 10 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" |
11 | 11 | ||
12 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ | 12 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ |
13 | " | 13 | " |
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "292b8f5f2250655a4add8183c529b73358bc980bd4f23cfa484a940953 | |||
17 | S = "${WORKDIR}/${BP}/cli" | 17 | S = "${WORKDIR}/${BP}/cli" |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure_prepend() { |
20 | sed 's/@@VERSION@@/$(VERSION)/g' setup.py.skel >setup.py | 20 | sed 's/@@VERSION@@/$(VERSION)/g' ${S}/setup.py.skel > ${S}/setup.py |
21 | } | 21 | } |
22 | 22 | ||
23 | python() { | 23 | python() { |