All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 2/7] distuils-extra: fix typo for DESCRIPTION
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
@ 2020-05-30 20:11 ` Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 3/7] brotli: " Konrad Weihmann
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-oe/recipes-devtools/python/python-distutils-extra.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-distutils-extra.inc b/meta-oe/recipes-devtools/python/python-distutils-extra.inc
index 4d87d77cd..3430cedf6 100644
--- a/meta-oe/recipes-devtools/python/python-distutils-extra.inc
+++ b/meta-oe/recipes-devtools/python/python-distutils-extra.inc
@@ -1,5 +1,5 @@
 SUMMARY = "python-distutils extension"
-DESCRITION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation"
+DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation"
 HOMEPAGE = "https://launchpad.net/python-distutils-extra"
 SECTION = "devel/python"
 LICENSE = "GPLv2"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe][PATCH 3/7] brotli: fix typo for DESCRIPTION
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
  2020-05-30 20:11 ` [meta-oe][PATCH 2/7] distuils-extra: fix typo for DESCRIPTION Konrad Weihmann
@ 2020-05-30 20:11 ` Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 4/7] wxwidgets: " Konrad Weihmann
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
index 70dbcaffb..32f855844 100644
--- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
+++ b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Lossless compression library and tool"
-DESCRIPTIOM = "Brotli is a generic-purpose lossless compression algorithm \
+DESCRIPTION = "Brotli is a generic-purpose lossless compression algorithm \
 that it is similar in speed to deflate but offers more dense compression."
 HOMEPAGE = "https://github.com/google/brotli"
 BUGTRACKER = "https://github.com/google/brotli/issues"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe][PATCH 4/7] wxwidgets: fix typo for DESCRIPTION
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
  2020-05-30 20:11 ` [meta-oe][PATCH 2/7] distuils-extra: fix typo for DESCRIPTION Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 3/7] brotli: " Konrad Weihmann
@ 2020-05-30 20:11 ` Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 5/7] passwdqc: remove double modify operation Konrad Weihmann
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
index 06337b79c..1d3c972da 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Cross-Plattform GUI Library"
-DESCRIPTIOM = "wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls."
+DESCRIPTION = "wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls."
 HOMEPAGE = "https://www.wxwidgets.org/"
 BUGTRACKER = "https://trac.wxwidgets.org/"
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe][PATCH 5/7] passwdqc: remove double modify operation
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
                   ` (2 preceding siblings ...)
  2020-05-30 20:11 ` [meta-oe][PATCH 4/7] wxwidgets: " Konrad Weihmann
@ 2020-05-30 20:11 ` Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 6/7] zbar: fix typo for DESCRIPTION Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 7/7] sound-theme-freedesktop: remove double depends Konrad Weihmann
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

It is either += or append but not both - picking
append to be the safe bet

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
index 504ac1537..dd302506d 100644
--- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
+++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
@@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a7
 
 # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam
 # this package's pam_passwdqc.so needs pam
-CFLAGS_append += "-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM"
+CFLAGS_append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM"
 
 # -e is no longer default setting in bitbake.conf
 EXTRA_OEMAKE = "-e"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe][PATCH 6/7] zbar: fix typo for DESCRIPTION
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
                   ` (3 preceding siblings ...)
  2020-05-30 20:11 ` [meta-oe][PATCH 5/7] passwdqc: remove double modify operation Konrad Weihmann
@ 2020-05-30 20:11 ` Konrad Weihmann
  2020-05-30 20:11 ` [meta-oe][PATCH 7/7] sound-theme-freedesktop: remove double depends Konrad Weihmann
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-oe/recipes-support/zbar/zbar_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb
index 935e09cd5..181d7ae43 100644
--- a/meta-oe/recipes-support/zbar/zbar_git.bb
+++ b/meta-oe/recipes-support/zbar/zbar_git.bb
@@ -1,4 +1,4 @@
-DESRIPTION = "2D barcode scanner toolkit."
+DESCRIPTION = "2D barcode scanner toolkit."
 SECTION = "graphics"
 LICENSE = "LGPL-2.1"
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe][PATCH 7/7] sound-theme-freedesktop: remove double depends
       [not found] <20200530201125.9938-1-kweihmann@outlook.com>
                   ` (4 preceding siblings ...)
  2020-05-30 20:11 ` [meta-oe][PATCH 6/7] zbar: fix typo for DESCRIPTION Konrad Weihmann
@ 2020-05-30 20:11 ` Konrad Weihmann
  5 siblings, 0 replies; 6+ messages in thread
From: Konrad Weihmann @ 2020-05-30 20:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Konrad Weihmann

intltool-native was included more than once in DEPENDS.
Removing all but the first entry

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 .../sound-themes/sound-theme-freedesktop_0.8.bb                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index 098b08d47..e4fb4ff02 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0 intltool-native"
 
 inherit autotools gettext
 
-DEPENDS += "glib-2.0-native intltool-native"
+DEPENDS += "glib-2.0-native"
 
 SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-30 20:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200530201125.9938-1-kweihmann@outlook.com>
2020-05-30 20:11 ` [meta-oe][PATCH 2/7] distuils-extra: fix typo for DESCRIPTION Konrad Weihmann
2020-05-30 20:11 ` [meta-oe][PATCH 3/7] brotli: " Konrad Weihmann
2020-05-30 20:11 ` [meta-oe][PATCH 4/7] wxwidgets: " Konrad Weihmann
2020-05-30 20:11 ` [meta-oe][PATCH 5/7] passwdqc: remove double modify operation Konrad Weihmann
2020-05-30 20:11 ` [meta-oe][PATCH 6/7] zbar: fix typo for DESCRIPTION Konrad Weihmann
2020-05-30 20:11 ` [meta-oe][PATCH 7/7] sound-theme-freedesktop: remove double depends Konrad Weihmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.