diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:33:15 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 505774658338002a92c2e32c4c57c55f36c5e36e (patch) | |
| tree | c5d1032aac37af7493141cdfa56da5b371ce5a59 /meta-oe/recipes-support | |
| parent | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (diff) | |
| download | meta-openembedded-505774658338002a92c2e32c4c57c55f36c5e36e.tar.gz | |
meta-oe: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index ea54e75523..058117ed83 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/Datera/lio-utils.git \ | |||
| 12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" | 12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit distutils | 15 | inherit distutils3 |
| 16 | 16 | ||
| 17 | EXTRA_OEMAKE += "DESTDIR=${D}" | 17 | EXTRA_OEMAKE += "DESTDIR=${D}" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb index 26b4412f52..1ce3c8e442 100644 --- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb +++ b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | |||
| @@ -6,7 +6,7 @@ SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2" | |||
| 6 | SRC_URI[md5sum] = "c267db0ee7a2131ba418399dc17f9e72" | 6 | SRC_URI[md5sum] = "c267db0ee7a2131ba418399dc17f9e72" |
| 7 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" | 7 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" |
| 8 | 8 | ||
| 9 | inherit python-dir gettext | 9 | inherit python3-dir gettext |
| 10 | DEPENDS += "intltool-native gettext-native" | 10 | DEPENDS += "intltool-native gettext-native" |
| 11 | 11 | ||
| 12 | EXTRA_OEMAKE = " \ | 12 | EXTRA_OEMAKE = " \ |
