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
0000724 [buildroot] Architecture Specific minor always 02-17-06 03:14 02-12-07 05:43
Reporter sblaisot View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000724: dialog package in 20060217 snapshot doesn't build
Description the dialog package, even if selected during configuration, doesn't build properly and doesn't appear in the target.

make dialog, just after the make command, solves the problem. Looks like the "dialog" target is not added even if the package was selected.

below is a proposed patch
Additional Information diff -Nur buildroot.orig/package/dialog/dialog.mk buildroot/package/dialog/dialog.mk
--- buildroot.orig/package/dialog/dialog.mk 2006-02-17 12:00:44.000000000 +0100
+++ buildroot/package/dialog/dialog.mk 2006-02-17 12:01:24.000000000 +0100
@@ -56,3 +56,11 @@
 dialog-dirclean:
        rm -rf $(DIALOG_DIR)

+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_DIALOG)),y)
+TARGETS+=dialog
+endif
Attached Files

- Relationships

- Notes
(0001923)
bernhardf
12-22-06 05:38

Fixed in r17052. Thanks for pointing this out.
 

- Issue History
Date Modified Username Field Change
02-17-06 03:14 sblaisot New Issue
02-17-06 03:14 sblaisot Status new => assigned
02-17-06 03:14 sblaisot Assigned To  => uClibc
02-17-06 03:15 sblaisot Issue Monitored: sblaisot
12-22-06 05:38 bernhardf Status assigned => closed
12-22-06 05:38 bernhardf Note Added: 0001923
12-22-06 05:38 bernhardf Resolution open => fixed
02-12-07 05:43 vapier Status closed => assigned
02-12-07 05:43 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker