From: Pascal Ouyang <xin.ouyang@windriver.com>
To: <wenzong.fan@windriver.com>, <yocto@yoctoproject.org>,
<mark.hatle@windriver.com>
Subject: Re: [meta-selinux][PATCH] libpcre: update bbappend to 8.35
Date: Mon, 23 Jun 2014 14:30:50 +0800 [thread overview]
Message-ID: <53A7C99A.2070609@windriver.com> (raw)
In-Reply-To: <1402882648-31107-1-git-send-email-wenzong.fan@windriver.com>
于 14-6-16 上午9:37, wenzong.fan@windriver.com 写道:
> From: Wenzong Fan <wenzong.fan@windriver.com>
>
> * rename libpcre_8.34.bbappend to libpcre_8.35.bbappend
> * remove 'PR' from libpcre_8.35.bbappend
>
> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
> ---
> recipes-support/libpcre/libpcre_8.34.bbappend | 13 -------------
> recipes-support/libpcre/libpcre_8.35.bbappend | 11 +++++++++++
> 2 files changed, 11 insertions(+), 13 deletions(-)
> delete mode 100644 recipes-support/libpcre/libpcre_8.34.bbappend
> create mode 100644 recipes-support/libpcre/libpcre_8.35.bbappend
>
> diff --git a/recipes-support/libpcre/libpcre_8.34.bbappend b/recipes-support/libpcre/libpcre_8.34.bbappend
> deleted file mode 100644
> index 9131f8d..0000000
> --- a/recipes-support/libpcre/libpcre_8.34.bbappend
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -PR .= "9"
> -
> -do_install_append () {
> - if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then
> - realsofile=`readlink ${D}${libdir}/libpcre.so`
> - mkdir -p ${D}/${base_libdir}/
> - mv -f ${D}${libdir}/libpcre.so.* ${D}${base_libdir}/
> - relpath=${@os.path.relpath("${base_libdir}", "${libdir}")}
> - ln -sf ${relpath}/${realsofile} ${D}${libdir}/libpcre.so
> - fi
> -}
> -
> -FILES_${PN} += "${base_libdir}/libpcre.so.*"
> diff --git a/recipes-support/libpcre/libpcre_8.35.bbappend b/recipes-support/libpcre/libpcre_8.35.bbappend
> new file mode 100644
> index 0000000..558644e
> --- /dev/null
> +++ b/recipes-support/libpcre/libpcre_8.35.bbappend
> @@ -0,0 +1,11 @@
> +do_install_append () {
> + if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then
> + realsofile=`readlink ${D}${libdir}/libpcre.so`
> + mkdir -p ${D}/${base_libdir}/
> + mv -f ${D}${libdir}/libpcre.so.* ${D}${base_libdir}/
> + relpath=${@os.path.relpath("${base_libdir}", "${libdir}")}
> + ln -sf ${relpath}/${realsofile} ${D}${libdir}/libpcre.so
> + fi
> +}
> +
> +FILES_${PN} += "${base_libdir}/libpcre.so.*"
>
Have commited using wildcard instead of version number.
Thanks :)
--
- Pascal
prev parent reply other threads:[~2014-06-23 6:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 1:37 [meta-selinux][PATCH] libpcre: update bbappend to 8.35 wenzong.fan
2014-06-23 6:30 ` Pascal Ouyang [this message]
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=53A7C99A.2070609@windriver.com \
--to=xin.ouyang@windriver.com \
--cc=mark.hatle@windriver.com \
--cc=wenzong.fan@windriver.com \
--cc=yocto@yoctoproject.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 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.