From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/6] talloc: upgrade to 2.1.3
Date: Thu, 12 Nov 2015 11:49:42 +0100 [thread overview]
Message-ID: <20151112104942.GC2574@jama> (raw)
In-Reply-To: <003a6952d90ed5b8c4cb45964b5dae59dd7034ff.1447324249.git.jackie.huang@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 3015 bytes --]
On Thu, Nov 12, 2015 at 06:44:21PM +0800, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Changes:
> - use PV instead of hardcoded version number
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> .../talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb} | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
> rename meta-oe/recipes-support/talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb} (80%)
>
> diff --git a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb b/meta-oe/recipes-support/talloc/talloc_2.1.3.bb
> similarity index 80%
> rename from meta-oe/recipes-support/talloc/talloc_2.1.1.bb
> rename to meta-oe/recipes-support/talloc/talloc_2.1.3.bb
> index 89c390f..7784794 100644
> --- a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb
> +++ b/meta-oe/recipes-support/talloc/talloc_2.1.3.bb
> @@ -7,8 +7,8 @@ SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz"
> LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
> file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
>
> -SRC_URI[md5sum] = "5dffb86414218a91864ed4453ba9be07"
> -SRC_URI[sha256sum] = "3e29ce6c3ba3c4f7c2d57ce8cf0fbc24c86618c519f2b2fb6a459025488b6174"
> +SRC_URI[md5sum] = "3e285de2228ae67ff0a0f5cec658f627"
> +SRC_URI[sha256sum] = "7aa5f75b22d4ef9c737b25515f2a2837ddc13014ff4ac6e58dd9e311f41f2cb0"
>
> inherit waf-samba
>
> @@ -28,18 +28,18 @@ FILES_${PN}-dev = ""
> FILES_${PN}-dbg = ""
>
> FILES_libtalloc = "${libdir}/libtalloc.so.2 \
> - ${libdir}/libtalloc.so.2.1.1"
> + ${libdir}/libtalloc.so.${PV}"
> FILES_libtalloc-dbg = "/usr/src/debug/ \
> - ${libdir}/.debug/libtalloc.so.2.1.1"
> + ${libdir}/.debug/libtalloc.so.${PV}"
Why not use ${SOLIBS} and ${SOLIBSDEV} variables?
> FILES_libtalloc-dev = "${includedir}/ \
> ${libdir}/libtalloc.so \
> ${libdir}/pkgconfig/"
>
> FILES_pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \
> ${libdir}/libpytalloc-util.so.2 \
> - ${libdir}/libpytalloc-util.so.2.1.1 \
> + ${libdir}/libpytalloc-util.so.${PV} \
> "
> FILES_pytalloc-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \
> - ${libdir}/.debug/libpytalloc-util.so.2.1.1"
> + ${libdir}/.debug/libpytalloc-util.so.${PV}"
> FILES_pytalloc-dev = "${libdir}/libpytalloc-util.so"
> RDEPENDS_pytalloc = "python"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-11-12 10:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 10:44 [PATCH 0/6] waf-samba: fix build failure on targets unsupported by qemu jackie.huang
2015-11-12 10:44 ` [PATCH 1/6] libtevent: upgrade to 0.9.25 jackie.huang
2015-11-12 10:44 ` [PATCH 2/6] talloc: upgrade to 2.1.3 jackie.huang
2015-11-12 10:49 ` Martin Jansa [this message]
2015-11-12 11:05 ` Huang, Jie (Jackie)
2015-11-12 10:44 ` [PATCH 3/6] libldb: upgrade to 1.1.21 jackie.huang
2015-11-12 10:44 ` [PATCH 4/6] libtdb: upgrade to 1.3.7 jackie.huang
2015-11-12 10:44 ` [PATCH 5/6] samba: backport patches for cross-compiling jackie.huang
2015-11-12 10:44 ` [PATCH 6/6] waf-samba.bbclass: add cross-answers option and files jackie.huang
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=20151112104942.GC2574@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@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