mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gmime: Fix append to do_configure
It should be a function append Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user