diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-16 10:20:10 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
| commit | 1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (patch) | |
| tree | 168443fd429ed163b809a07a69cab483f092ac00 /meta-oe/recipes-graphics | |
| parent | 3d848269585a3fc5e1ff739bd4393bd7586106e0 (diff) | |
| download | meta-openembedded-1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10.tar.gz | |
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb index eea231a2ea..331e00fb89 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb | |||
| @@ -27,5 +27,5 @@ BBCLASSEXTEND = "nativesdk" | |||
| 27 | 27 | ||
| 28 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" | 28 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" |
| 29 | 29 | ||
| 30 | PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 30 | SKIP_RECIPE[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch b/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch index 207285373c..c5a70f5d08 100644 --- a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch +++ b/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch | |||
| @@ -6,7 +6,7 @@ Subject: [PATCH] Makefile.am: Error Fix | |||
| 6 | Do not compile man dir since error always occur. | 6 | Do not compile man dir since error always occur. |
| 7 | | sed: file filenames.sed line 3: unterminated `s' command | 7 | | sed: file filenames.sed line 3: unterminated `s' command |
| 8 | | make[2]: *** [sessreg.1] Error 1 | 8 | | make[2]: *** [sessreg.1] Error 1 |
| 9 | It is not a good way.But can remove it from PNBLACKLIST. | 9 | It is not a good way.But can remove it from SKIP_RECIPE. |
| 10 | 10 | ||
| 11 | Upstream-Status: pending | 11 | Upstream-Status: pending |
| 12 | 12 | ||
