Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package
@ 2009-09-10 21:30 bugzilla at busybox.net
  2009-09-11 10:14 ` [Buildroot] [Bug 605] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-09-10 21:30 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605

           Summary: [PATCH] Enhancement of libglib2 package
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Outdated package
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: rvpaasen at t3i.nl
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created an attachment (id=645)
 --> (https://bugs.busybox.net/attachment.cgi?id=645)
libglib2 patch

Some applications have switched to glib2 (for example mpd). To keep the
footprint of the rootfs small, it is convenient to only include the necessary
glib libs.

This patch adds an option to the libglib2 package that allows just a selection
of libraries to be installed (some of glib, gio, gmodule, gobject, gthread).


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 605] [PATCH] Enhancement of libglib2 package
  2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
@ 2009-09-11 10:14 ` bugzilla at busybox.net
  2009-09-12  0:20 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-09-11 10:14 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605





--- Comment #1 from Sven Neumann <s.neumann@raumfeld.com>  2009-09-11 10:14:50 UTC ---
Could the newly introduced variables become BR2_PACKAGE_LIBGLIB2_COMPLETE
instead of BR2_PACKAGE_LIBGLIB2COMPLETE ?

Also it does not make sense to install gobject without glib. Leaving out
gthread is impossible as glib itself needs it and gio depends on gobject.
gmodule is simply not worth the hassle as it is tiny.

I suggest that you simplify this patch by just making the installation of
gobject and gio optional. GIO needs to depend on GObject then.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 605] [PATCH] Enhancement of libglib2 package
  2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
  2009-09-11 10:14 ` [Buildroot] [Bug 605] " bugzilla at busybox.net
@ 2009-09-12  0:20 ` bugzilla at busybox.net
  2009-09-12  0:23 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-09-12  0:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605


rvpaasen <rvpaasen@t3i.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #645 is|0                           |1
           obsolete|                            |




--- Comment #2 from rvpaasen <rvpaasen@t3i.nl>  2009-09-12 00:20:25 UTC ---
Created an attachment (id=647)
 --> (https://bugs.busybox.net/attachment.cgi?id=647)
new patch


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 605] [PATCH] Enhancement of libglib2 package
  2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
  2009-09-11 10:14 ` [Buildroot] [Bug 605] " bugzilla at busybox.net
  2009-09-12  0:20 ` bugzilla at busybox.net
@ 2009-09-12  0:23 ` bugzilla at busybox.net
  2010-02-21 22:33 ` bugzilla at busybox.net
  2011-09-18  9:46 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-09-12  0:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605





--- Comment #3 from rvpaasen <rvpaasen@t3i.nl>  2009-09-12 00:23:10 UTC ---
I modified the patch as requested. The new patch only makes gio and gobject
optional.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 605] [PATCH] Enhancement of libglib2 package
  2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2009-09-12  0:23 ` bugzilla at busybox.net
@ 2010-02-21 22:33 ` bugzilla at busybox.net
  2011-09-18  9:46 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 22:33 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605


Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2010.05




--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  2010-02-21 22:33:02 UTC ---
Move milestone to 2010.05 since enhancements will not be handled before the
release of 2010.02.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 605] [PATCH] Enhancement of libglib2 package
  2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-02-21 22:33 ` bugzilla at busybox.net
@ 2011-09-18  9:46 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-09-18  9:46 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=605

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
The patch is way too old to properly apply. Moreover, the patch by itself isn't
sufficient, it would require checking all packages that are using libglib, and
find out which exact libraries from libglib they require.

rvpaasen, I will close this bug. But if you're still interested, please feel
free to submit an updated patch which takes into account the fact that all
users of libglib need to be verified.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2011-09-18  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 21:30 [Buildroot] [Bug 605] New: [PATCH] Enhancement of libglib2 package bugzilla at busybox.net
2009-09-11 10:14 ` [Buildroot] [Bug 605] " bugzilla at busybox.net
2009-09-12  0:20 ` bugzilla at busybox.net
2009-09-12  0:23 ` bugzilla at busybox.net
2010-02-21 22:33 ` bugzilla at busybox.net
2011-09-18  9:46 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox