[oe] [meta-oe][PATCH 3/3] sylpheed: remove do_install_append

Khem Raj raj.khem at gmail.com
Tue May 19 01:38:53 UTC 2015


> On May 14, 2015, at 12:14 AM, Yi Zhao <yi.zhao at windriver.com> wrote:
> 
> The .desktop and .png files alreay install by make install.
> So remove the do_install_append
> 
> Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
> ---
> meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb |   10 +---------
> 1 file changed, 1 insertion(+), 9 deletions(-)
> 
> diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
> index 1b010a5..304b654 100644
> --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
> +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
> @@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
> 
> PR = "r2"
> 
> -PNBLACKLIST[sylpheed] ?= "BROKEN: Doesn't work with B!=S"
> -
> SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \
>     file://glib-2.32.patch \
> "
> @@ -18,7 +16,7 @@ SRC_URI[sha256sum] = "8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4a
> FILES_${PN} += "${datadir}/pixmaps ${datadir}/applications"
> FILES_${PN}-doc += "${datadir}"
> 
> -EXTRA_OECONF = "--disable-ssl --enable-gnutls"
> +EXTRA_OECONF = "--disable-ssl”
> 

you did not explain this change


> CFLAGS += "-D_GNU_SOURCE"
> 
> @@ -31,9 +29,3 @@ do_configure_prepend() {
> 
> inherit autotools pkgconfig
> 
> -do_install_append() {
> -    install -d ${D}${datadir}/applications
> -    install -m 0644 sylpheed.desktop ${D}${datadir}/applications/
> -    install -d ${D}${datadir}/pixmaps
> -    install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/
> -}
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150518/f5087abe/attachment-0002.sig>


More information about the Openembedded-devel mailing list