BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001485 [buildroot] Architecture Specific minor always 09-04-07 08:03 10-31-08 02:12
Reporter HappyCactus View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version
Summary 0001485: DirectFB: Download site moved and x11 always required
Description The directFB main site has removed the 1.0.0 version.
Now 1.0.1 is the current stable version.
Also, configure do not specify either --enable-x11 or --disable-x11, so that x11 is always required to compile the package.
Working patch attached.
Additional Information
Attached Files  buildroot-directfb-x11.patch [^] (974 bytes) 09-04-07 08:03

- Relationships

- Notes
(0002711)
bernhardf
09-04-07 13:59

+ifeq ($(BR2_PACKAGE_XORG7),y)
+DIRECTFB_X := --enable-x11
+else
+DIRECTFB_X := --disable-x11
+endif
+
This is not really accurate:
If BR2_PACKAGE_XSERVER_none is y, then disable-x11, else --enable-x11.

Please send patches to the mailing list and only add them to the bugtracker if it is not applied (or explicitely rejected) within a reasonable amount of time, TIA
 
(0014754)
tpetazzoni
10-31-08 02:12

This bug is already fixed, please close it.
 

- Issue History
Date Modified Username Field Change
09-04-07 08:03 HappyCactus New Issue
09-04-07 08:03 HappyCactus Status new => assigned
09-04-07 08:03 HappyCactus Assigned To  => buildroot
09-04-07 08:03 HappyCactus File Added: buildroot-directfb-x11.patch
09-04-07 13:59 bernhardf Note Added: 0002711
10-31-08 02:12 tpetazzoni Note Added: 0014754


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker