All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list
@ 2017-01-23 22:40 Tom Rini
  2017-01-24  6:08 ` Heiko Schocher
  2017-01-25  2:15 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2017-01-23 22:40 UTC (permalink / raw)
  To: u-boot

As part of 1905c8fc711a we introduced failures depending on if swig and
libpython-dev are installed or not.  To provide coverage for this are of
code in the future ensure we have these packages installed.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8024765c3ae3..48b7b101f1c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@ addons:
     - libsdl1.2-dev
     - python
     - python-virtualenv
+    - swig
+    - libpython-dev
     - gcc-powerpc-linux-gnu
     - gcc-arm-linux-gnueabihf
     - gcc-aarch64-linux-gnu
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list
  2017-01-23 22:40 [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list Tom Rini
@ 2017-01-24  6:08 ` Heiko Schocher
  2017-01-25  2:15 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2017-01-24  6:08 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Am 23.01.2017 um 23:40 schrieb Tom Rini:
> As part of 1905c8fc711a we introduced failures depending on if swig and
> libpython-dev are installed or not.  To provide coverage for this are of
> code in the future ensure we have these packages installed.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>   .travis.yml | 2 ++
>   1 file changed, 2 insertions(+)

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/.travis.yml b/.travis.yml
> index 8024765c3ae3..48b7b101f1c6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -19,6 +19,8 @@ addons:
>       - libsdl1.2-dev
>       - python
>       - python-virtualenv
> +    - swig
> +    - libpython-dev
>       - gcc-powerpc-linux-gnu
>       - gcc-arm-linux-gnueabihf
>       - gcc-aarch64-linux-gnu
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] travis-ci: Add swig and libpython-dev to the package list
  2017-01-23 22:40 [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list Tom Rini
  2017-01-24  6:08 ` Heiko Schocher
@ 2017-01-25  2:15 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-01-25  2:15 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 23, 2017 at 05:40:22PM -0500, Tom Rini wrote:

> As part of 1905c8fc711a we introduced failures depending on if swig and
> libpython-dev are installed or not.  To provide coverage for this are of
> code in the future ensure we have these packages installed.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170124/d1794c05/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-25  2:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 22:40 [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list Tom Rini
2017-01-24  6:08 ` Heiko Schocher
2017-01-25  2:15 ` [U-Boot] " Tom Rini

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.