All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/5] gmime: Fix append to do_configure
@ 2020-11-14 19:04 Khem Raj
  2020-11-14 19:04 ` [meta-gnome][PATCH 2/5] dconf: Add leading whitespace for append operator Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Khem Raj @ 2020-11-14 19:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

It should be a function append

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb
index 9d1bb7d04b..4ae13e7efe 100644
--- a/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb
+++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb
@@ -13,4 +13,7 @@ SRC_URI[archive.md5sum] = "656548dc431004d1ebf95e5d0bb4b9c8"
 SRC_URI[archive.sha256sum] = "abff194c7c4802fba2e233890d09dde8bf7170c3ad5e13000601c8d5b3c44717"
 
 export ac_cv_have_iconv_detect_h="yes"
-do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"
+
+do_configure_append () {
+    cp ${WORKDIR}/iconv-detect.h ${S}
+}
-- 
2.29.2


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

end of thread, other threads:[~2020-11-14 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 19:04 [meta-oe][PATCH 1/5] gmime: Fix append to do_configure Khem Raj
2020-11-14 19:04 ` [meta-gnome][PATCH 2/5] dconf: Add leading whitespace for append operator Khem Raj
2020-11-14 19:04 ` [meta-initramfs][PATCH 3/5] kexec-tools-klibc: " Khem Raj
2020-11-14 19:04 ` [meta-networking][PATCH 4/5] spece: " Khem Raj
2020-11-14 19:04 ` [meta-oe][PATCH 5/5] recipe: " Khem Raj

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.