From: <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] libidn2: fix buildpaths qa warning
Date: Thu, 17 Jan 2019 02:56:56 -0500 [thread overview]
Message-ID: <20190117075656.135008-1-kai.kang@windriver.com> (raw)
In-Reply-To: <20190117071227.57387-1-kai.kang@windriver.com>
From: Kai Kang <kai.kang@windriver.com>
Fix buildpaths qa warning of libidn2:
| WARNING: libidn2-2.0.5-r0 do_package_qa: QA Issue: File
| /work/core2-64-poky-linux/libidn2/2.0.5-r0/packages-split/libidn2-dev/usr/lib/pkgconfig/libidn2.pc
| in package contained reference to tmpdir [buildpaths]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
meta/recipes-extended/libidn/libidn2_2.0.5.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-extended/libidn/libidn2_2.0.5.bb b/meta/recipes-extended/libidn/libidn2_2.0.5.bb
index 0daf7a6877..da77c4402d 100644
--- a/meta/recipes-extended/libidn/libidn2_2.0.5.bb
+++ b/meta/recipes-extended/libidn/libidn2_2.0.5.bb
@@ -26,4 +26,8 @@ EXTRA_OECONF += "--disable-rpath \
LICENSE_${PN} = "(GPLv2+ | LGPLv3)"
LICENSE_${PN}-bin = "GPLv3+"
+do_install_append () {
+ sed -i 's#${RECIPE_SYSROOT}##' ${D}${libdir}/pkgconfig/libidn2.pc
+}
+
BBCLASSEXTEND = "native nativesdk"
--
2.20.0
next prev parent reply other threads:[~2019-01-17 7:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-17 7:12 [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP kai.kang
2019-01-17 7:56 ` kai.kang [this message]
2019-01-17 14:34 ` Dan McGregor
2019-01-17 15:19 ` Christopher Larson
2019-01-17 15:19 ` Christopher Larson
2019-01-18 1:29 ` Kang Kai
2019-01-18 11:02 ` Richard Purdie
2019-01-18 11:15 ` Richard Purdie
2019-01-18 17:55 ` Khem Raj
2019-01-18 20:43 ` Burton, Ross
2019-01-18 20:54 ` Khem Raj
2019-01-21 2:12 ` Kang Kai
2019-01-21 2:17 ` Khem Raj
2019-01-21 2:18 ` Kang Kai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190117075656.135008-1-kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox