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 14:43:35 +0200	[thread overview]
Message-ID: <561907F7.5070308@openwide.fr> (raw)
In-Reply-To: <20151010125428.002de0af@free-electrons.com>

Hi Thomas,

Le 10/10/2015 12:54, Thomas Petazzoni a ?crit :
> Dear Romain Naour,
> 
> On Sat, 10 Oct 2015 12:03:07 +0200, Romain Naour wrote:
>> Add efl reverse dependencies.
> 
> This is a bit of a poor commit log. Why do you move expedite to the
> package/ directory? And what does it mean to "add reverse
> dependencies" ?

Ok, I'll complete the commit log with this:

"We usually do not have a sub-directory for a family of related packages, so
move expedite to package directory.
Since expedite now select the efl package, propagate the reverse dependencies on
mmu and wchar."

I'll fixes that also in the following patches.

> 
> 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...

Best regards,
Romain

> 
> Thanks,
> 
> Thomas
> 

  reply	other threads:[~2015-10-10 12:43 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 [this message]
2015-10-10 12:55       ` Thomas Petazzoni
2015-10-10 13:31         ` Romain Naour
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=561907F7.5070308@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