All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds
Date: Sun, 27 Apr 2014 00:37:37 +0200	[thread overview]
Message-ID: <20140426223737.GC2486@jama> (raw)
In-Reply-To: <1398544484-27299-7-git-send-email-raj.khem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4099 bytes --]

On Sat, Apr 26, 2014 at 01:34:30PM -0700, Khem Raj wrote:
> These recipes are not ready yet
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb          |    2 +-
>  meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb         |    2 +-
>  meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb |    2 +-
>  meta-oe/recipes-connectivity/samba/samba.inc                |    2 +-
>  meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb         |    5 +++--
>  5 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> index 828d762..f8a23d7 100644
> --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> @@ -10,7 +10,7 @@ SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
>  SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
>  SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  SCRIPTS = "bon_csv2html bon_csv2txt"
>  EXES = "bonnie++ zcav"
> diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> index 267f75e..41db150 100644
> --- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> +++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> @@ -5,7 +5,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
>                      file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  PR = "r2"
>  
> diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> index e781985..f12941e 100644
> --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> @@ -8,7 +8,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
>  SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
>  SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  FILES_${PN} += "${datadir}/dbus-1/"
>  
> diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
> index 59c6712..39fc814 100644
> --- a/meta-oe/recipes-connectivity/samba/samba.inc
> +++ b/meta-oe/recipes-connectivity/samba/samba.inc
> @@ -12,7 +12,7 @@ SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
>  
>  S = "${WORKDIR}/samba-${PV}/source"
>  
> -inherit autotools update-rc.d
> +inherit autotools-brokensep update-rc.d
>  
>  SAMBAMMAP = "no"
>  SAMBAMMAP_libc-glibc = "yes"
> diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> index beee36c..fd11ce8 100644
> --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> @@ -8,10 +8,11 @@ SECTION = "console/admin"
>  LICENSE = "GPLv2+ & BSD"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
>  
> -SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
> +SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
> +          "

Please drop this ^

>  SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
>  SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  S = "${WORKDIR}/sg3_utils-${PV}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

  reply	other threads:[~2014-04-26 22:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
2014-04-26 22:37   ` Martin Jansa [this message]
2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
2014-04-26 22:38   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
2014-04-26 22:39   ` Martin Jansa
2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj

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=20140426223737.GC2486@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 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.