[elbe-devel] [PATCH 1/8] elbeproject: build_sysroot rework
Torben Hohn
torben.hohn at linutronix.de
Mon Jan 8 15:06:55 CET 2018
On Fri, Jan 05, 2018 at 10:35:28PM +0100, Manuel Traut wrote:
> split out sysroot paths into extra function to
> improve readability
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
> ---
> elbepack/elbeproject.py | 42 ++++++++++++++++++++++++------------------
> 1 file changed, 24 insertions(+), 18 deletions(-)
>
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index 09c23c16..992d2b3d 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -155,6 +155,29 @@ class ElbeProject (object):
> --exclude=./proc/* --exclude=./var/cache/* \
> -C %s ." % (self.builddir, self.chrootpath))
>
> + def __get_sysroot_paths(self):
> + triplet = self.xml.defs["triplet"]
>
> [...]
>
> - './usr/lib/' + triplet]
> + paths = self.__get_sysrootpaths()
wrong name here.
--
Mit freundlichen Grüßen
Torben Hohn
Linutronix GmbH
Standort: Bremen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806
Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20180108/d59828e3/attachment.sig>
More information about the elbe-devel
mailing list