Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 02/37] package/expedite: move to package directory
Date: Sat, 10 Oct 2015 15:31:31 +0200	[thread overview]
Message-ID: <56191333.6030607@openwide.fr> (raw)
In-Reply-To: <20151010145556.59b3543c@free-electrons.com>

Hi Thomas,

Le 10/10/2015 14:55, Thomas Petazzoni a ?crit :
> Dear Romain Naour,
> 
> On Sat, 10 Oct 2015 14:43:35 +0200, Romain Naour wrote:
> 
>> "We usually do not have a sub-directory for a family of related packages, so
>> move expedite to package directory.
> 
> This is not exactly true. When they need to share the same version
> number (example: qt5), then we do have a sub-directory for a family of
> related packages. So I think this should be reworded a bit.

IIRC the sentence has been borrowed from a commit log from matchbox series
http://git.buildroot.net/buildroot/commit/?id=3b468acbb4ec2aca748fc022ff0d53a530b3264b

Yann, no offense :)

I think there is no advantage for efl related packages to share the same version
number anymore, Except maybe for efl and libelementary...

See: https://www.enlightenment.org/download

EFL			1.15.2
Elementary		1.15.2
Emotion Generic Players	1.15.0
Evas Generic Loaders	1.15.0
Python-EFL		1.15.0

expedite is downloaded from the 1.15 branch in the git repository

> 
>>> Also, it seems like you don't have rename detection enabled in Git.
>>
>> Indeed, sorry for that... The patch generated with git format-patch didn't look
>> like the one viewed through gitk.
>> I fixed that using:
>> git config --global diff.renames copies
>>
>> Also the following patches moving efl packages to package directory have the
>> same issue...
> 
> Perfect. It will indeed make the review easier.

Thanks for noticing it.

Best regards,
Romain

> 
> Thanks!
> 
> Thomas
> 

  reply	other threads:[~2015-10-10 13:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-10 10:03 [Buildroot] [PATCH v3 00/37] efl bump to 1.15.2 Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 01/37] package/efl: remove shared version number Romain Naour
2015-10-10 10:55   ` Thomas Petazzoni
2015-10-10 10:03 ` [Buildroot] [PATCH v3 02/37] package/expedite: move to package directory Romain Naour
2015-10-10 10:54   ` Thomas Petazzoni
2015-10-10 12:43     ` Romain Naour
2015-10-10 12:55       ` Thomas Petazzoni
2015-10-10 13:31         ` Romain Naour [this message]
2015-10-10 10:03 ` [Buildroot] [PATCH v3 03/37] package/libelementary: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 04/37] package/libevas-generic-loaders: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 05/37] package/efl: move one directory higher Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 06/37] package/efl: new host-package Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 07/37] package/efl: new package Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 08/37] package/efl: regenerate the configure script Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 09/37] package/efl: fix framebuffer support Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 10/37] package/efl: add harfbuzz dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 11/37] package/efl: add wayland dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 12/37] package/efl: add libcurl dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 13/37] package/efl: add libblkid dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 14/37] package/efl: add webp dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 15/37] package/efl: add frame buffer config option Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 16/37] package/efl: add jp2k " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 17/37] package/efl: add X11 support Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 18/37] package/efl: add OpenGL/OpenGLES support Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 19/37] package/efl: enable xinput2.2 Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 20/37] package/efl: add systemd dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 21/37] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 22/37] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 23/37] package/libelementary: bump to version 1.15.2 Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 24/37] package/libelementary: add host package Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 25/37] package/enlightenment: bump to version 0.19.12 Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 26/37] package/expedite: bump to efl-1.15 branch Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 27/37] package/libethumb: remove package Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 28/37] package/libedje: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 29/37] package/libembryo: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 30/37] package/libeio: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 31/37] package/libefreet: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 32/37] package/libedbus: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 33/37] package/libecore: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 34/37] package/libevas: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 35/37] package/libeet: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 36/37] package/libeina: " Romain Naour
2015-10-10 10:03 ` [Buildroot] [PATCH v3 37/37] package/libemotion-generic-players: new package Romain Naour

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=56191333.6030607@openwide.fr \
    --to=romain.naour@openwide.fr \
    --cc=buildroot@busybox.net \
    /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