* [Buildroot] [PATCH v3 1/4] mesa3d: pull out from x11
@ 2014-03-08 13:36 Bernd Kuhls
2014-03-08 14:12 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2014-03-08 13:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
v3: Config.in: move package to "Graphic libraries" (Arnout)
v2: rebased v1
v1: rebased Spenser Gilliland?s patch:
http://patchwork.ozlabs.org/patch/278302/
package/Config.in | 1 +
package/{x11r7 => }/mesa3d/Config.in | 0
package/{x11r7 => }/mesa3d/mesa3d-uclibc-locale.patch | 0
package/{x11r7 => }/mesa3d/mesa3d.mk | 0
package/x11r7/Config.in | 1 -
5 files changed, 1 insertion(+), 1 deletion(-)
rename package/{x11r7 => }/mesa3d/Config.in (100%)
rename package/{x11r7 => }/mesa3d/mesa3d-uclibc-locale.patch (100%)
rename package/{x11r7 => }/mesa3d/mesa3d.mk (100%)
diff --git a/package/Config.in b/package/Config.in
index 70e5a7f..b0da653 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -188,6 +188,7 @@ source "package/fbv/Config.in"
source "package/imagemagick/Config.in"
source "package/linux-fusion/Config.in"
source "package/lite/Config.in"
+source "package/mesa3d/Config.in"
source "package/ocrad/Config.in"
source "package/psplash/Config.in"
source "package/sawman/Config.in"
diff --git a/package/x11r7/mesa3d/Config.in b/package/mesa3d/Config.in
similarity index 100%
rename from package/x11r7/mesa3d/Config.in
rename to package/mesa3d/Config.in
diff --git a/package/x11r7/mesa3d/mesa3d-uclibc-locale.patch b/package/mesa3d/mesa3d-uclibc-locale.patch
similarity index 100%
rename from package/x11r7/mesa3d/mesa3d-uclibc-locale.patch
rename to package/mesa3d/mesa3d-uclibc-locale.patch
diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
similarity index 100%
rename from package/x11r7/mesa3d/mesa3d.mk
rename to package/mesa3d/mesa3d.mk
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index 5ef118b..458d09f 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -15,7 +15,6 @@ if BR2_PACKAGE_XORG7
endmenu
menu "X11R7 Libraries"
source package/x11r7/libxcb/Config.in
- source package/x11r7/mesa3d/Config.in
source package/x11r7/xcb-util/Config.in
source package/x11r7/xcb-util-image/Config.in
source package/x11r7/xcb-util-keysyms/Config.in
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v3 1/4] mesa3d: pull out from x11
2014-03-08 13:36 [Buildroot] [PATCH v3 1/4] mesa3d: pull out from x11 Bernd Kuhls
@ 2014-03-08 14:12 ` Thomas Petazzoni
2014-03-08 14:13 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-03-08 14:12 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sat, 8 Mar 2014 14:36:53 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
> ---
> v3: Config.in: move package to "Graphic libraries" (Arnout)
> v2: rebased v1
> v1: rebased Spenser Gilliland?s patch:
> http://patchwork.ozlabs.org/patch/278302/
Your patch 4/4 has been received twice, but I haven't seen your patch
2/4. An issue when sending your patches maybe?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v3 1/4] mesa3d: pull out from x11
2014-03-08 14:12 ` Thomas Petazzoni
@ 2014-03-08 14:13 ` Thomas Petazzoni
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-03-08 14:13 UTC (permalink / raw)
To: buildroot
On Sat, 8 Mar 2014 15:12:45 +0100, Thomas Petazzoni wrote:
> Dear Bernd Kuhls,
>
> On Sat, 8 Mar 2014 14:36:53 +0100, Bernd Kuhls wrote:
> > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> > Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
> > ---
> > v3: Config.in: move package to "Graphic libraries" (Arnout)
> > v2: rebased v1
> > v1: rebased Spenser Gilliland?s patch:
> > http://patchwork.ozlabs.org/patch/278302/
>
> Your patch 4/4 has been received twice, but I haven't seen your patch
> 2/4. An issue when sending your patches maybe?
Ok, PATCH 2/4 received. Sorry for the noise.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-08 14:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-08 13:36 [Buildroot] [PATCH v3 1/4] mesa3d: pull out from x11 Bernd Kuhls
2014-03-08 14:12 ` Thomas Petazzoni
2014-03-08 14:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox