Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/irda-utils
@ 2009-01-11 20:21 ulf at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2009-01-11 20:21 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-11 20:21:04 +0000 (Sun, 11 Jan 2009)
New Revision: 24760

Log:
Remove irda.mk from build, since it is totally broken

Added:
   trunk/buildroot/package/irda-utils/irda.mk.broken

Removed:
   trunk/buildroot/package/irda-utils/irda.mk


Changeset:
Deleted: trunk/buildroot/package/irda-utils/irda.mk
===================================================================
--- trunk/buildroot/package/irda-utils/irda.mk	2009-01-11 20:19:24 UTC (rev 24759)
+++ trunk/buildroot/package/irda-utils/irda.mk	2009-01-11 20:21:04 UTC (rev 24760)
@@ -1,57 +0,0 @@
-#############################################################
-#
-# irda-utils
-#
-#############################################################
-IRDA_UTILS_VERSION:=0.9.18
-IRDA_UTILS_SOURCE:=irda-utils-$(IRDA_UTILS_VERSION).tar.gz
-IRDA_UTILS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/irda/$(IRDA_UTILS_SOURCE)
-IRDA_UTILS_DIR:=$(BUILD_DIR)/irda-utils-$(IRDA_UTILS_VERSION)
-
-ifeq ($(IRDA_IRATTACH),y)
-IRDA_DIRS += irattach
-endif
-ifeq ($(IRDA_IRDAPING),y)
-IRDA_DIRS += irdaping
-endif
-ifeq ($(IRDA_IRNETD),y)
-IRDA_DIRS += irnetd
-endif
-ifeq ($(IRDA_PSION),y)
-IRDA_DIRS += psion
-endif
-ifeq ($(IRDA_TEKRAM),y)
-IRDA_DIRS += tekram
-endif
-ifeq ($(IRDA_FINDCHIP),y)
-IRDA_DIRS += findchip
-endif
-ifeq ($(IRDA_IRDADUMP),y)
-IRDA_DIRS += irdadump
-endif
-ifeq ($(IRDA_SMCINIT),y)
-IRDA_DIRS += smcinit
-endif
-
-IRDA_UTILS_MAKE_OPT:=-e "DIRS=$(IRDA_DIRS)"
-IRDA_UTILS_MAKE_ENV:=CC=$(TARGET_CC) LD=$(TARGET_LD) AR=$(TARGET_AR) RANLIB=$(TARGET_RANLIB) ROOT=$(TARGET_DIR) PREFIX=$(TARGET_DIR)
-
-# Since there is no configure-script
-
-$(IRDA_UTILS_DIR)/.configured: $(IRDA_UTILS_DIR)/.patched
-	touch $@
-
-irda-utils: uclibc $(DL_DIR)/$(IRDA_UTILS_SOURCE) $(IRDA_UTILS_DIR)/.installed
-
-irda-utils-clean: $(IRDA_UTILS_DIR)/.clean
-
-irda-utils-dirclean: $(IRDA_UTILS_DIR)/.dirclean
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(BR2_PACKAGE_IRDA_UTILS),y)
-TARGETS+=irda-utils
-endif

Added: trunk/buildroot/package/irda-utils/irda.mk.broken
===================================================================
--- trunk/buildroot/package/irda-utils/irda.mk.broken	                        (rev 0)
+++ trunk/buildroot/package/irda-utils/irda.mk.broken	2009-01-11 20:21:04 UTC (rev 24760)
@@ -0,0 +1,57 @@
+#############################################################
+#
+# irda-utils
+#
+#############################################################
+IRDA_UTILS_VERSION:=0.9.18
+IRDA_UTILS_SOURCE:=irda-utils-$(IRDA_UTILS_VERSION).tar.gz
+IRDA_UTILS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/irda/$(IRDA_UTILS_SOURCE)
+IRDA_UTILS_DIR:=$(BUILD_DIR)/irda-utils-$(IRDA_UTILS_VERSION)
+
+ifeq ($(IRDA_IRATTACH),y)
+IRDA_DIRS += irattach
+endif
+ifeq ($(IRDA_IRDAPING),y)
+IRDA_DIRS += irdaping
+endif
+ifeq ($(IRDA_IRNETD),y)
+IRDA_DIRS += irnetd
+endif
+ifeq ($(IRDA_PSION),y)
+IRDA_DIRS += psion
+endif
+ifeq ($(IRDA_TEKRAM),y)
+IRDA_DIRS += tekram
+endif
+ifeq ($(IRDA_FINDCHIP),y)
+IRDA_DIRS += findchip
+endif
+ifeq ($(IRDA_IRDADUMP),y)
+IRDA_DIRS += irdadump
+endif
+ifeq ($(IRDA_SMCINIT),y)
+IRDA_DIRS += smcinit
+endif
+
+IRDA_UTILS_MAKE_OPT:=-e "DIRS=$(IRDA_DIRS)"
+IRDA_UTILS_MAKE_ENV:=CC=$(TARGET_CC) LD=$(TARGET_LD) AR=$(TARGET_AR) RANLIB=$(TARGET_RANLIB) ROOT=$(TARGET_DIR) PREFIX=$(TARGET_DIR)
+
+# Since there is no configure-script
+
+$(IRDA_UTILS_DIR)/.configured: $(IRDA_UTILS_DIR)/.patched
+	touch $@
+
+irda-utils: uclibc $(DL_DIR)/$(IRDA_UTILS_SOURCE) $(IRDA_UTILS_DIR)/.installed
+
+irda-utils-clean: $(IRDA_UTILS_DIR)/.clean
+
+irda-utils-dirclean: $(IRDA_UTILS_DIR)/.dirclean
+
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(BR2_PACKAGE_IRDA_UTILS),y)
+TARGETS+=irda-utils
+endif

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

* [Buildroot] svn commit: trunk/buildroot/package/irda-utils
@ 2009-01-26  0:12 ulf at uclibc.org
  2009-01-26  6:13 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: ulf at uclibc.org @ 2009-01-26  0:12 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-26 00:12:47 +0000 (Mon, 26 Jan 2009)
New Revision: 25036

Log:
Deprecate irda-utils, makefile totally broken

Modified:
   trunk/buildroot/package/irda-utils/Config.in


Changeset:
Modified: trunk/buildroot/package/irda-utils/Config.in
===================================================================
--- trunk/buildroot/package/irda-utils/Config.in	2009-01-26 00:12:02 UTC (rev 25035)
+++ trunk/buildroot/package/irda-utils/Config.in	2009-01-26 00:12:47 UTC (rev 25036)
@@ -1,7 +1,9 @@
 menuconfig BR2_PACKAGE_IRDA_UTILS
 	bool "irda_utils"
+	depends on BR2_DEPRECATED
 	help
-		Tools for accessing the irda-Subsystem of the Linux-Kernel
+	  Tools for accessing the irda-Subsystem of the Linux-Kernel
+	  The makefile is totally broken.
 
 if BR2_PACKAGE_IRDA_UTILS
 config IRDA_IRATTACH

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

* [Buildroot] svn commit: trunk/buildroot/package/irda-utils
  2009-01-26  0:12 [Buildroot] svn commit: trunk/buildroot/package/irda-utils ulf at uclibc.org
@ 2009-01-26  6:13 ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2009-01-26  6:13 UTC (permalink / raw)
  To: buildroot

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-26 00:12:47 +0000 (Mon, 26 Jan 2009)
 ulf> New Revision: 25036

 ulf> Log:
 ulf> Deprecate irda-utils, makefile totally broken

If it's totally broken, then deprecated isn't the correct
dependency. Instead we should let it depend on BROKEN like I did in
Config.in.arch

-- 
Bye, Peter Korsgaard

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

* [Buildroot] svn commit: trunk/buildroot/package/irda-utils
@ 2009-01-26  6:13 jacmet at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-01-26  6:13 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-01-26 06:13:06 +0000 (Mon, 26 Jan 2009)
New Revision: 25043

Log:
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED

Or we should simply delete the dir.

Modified:
   trunk/buildroot/package/irda-utils/Config.in


Changeset:
Modified: trunk/buildroot/package/irda-utils/Config.in
===================================================================
--- trunk/buildroot/package/irda-utils/Config.in	2009-01-26 05:51:31 UTC (rev 25042)
+++ trunk/buildroot/package/irda-utils/Config.in	2009-01-26 06:13:06 UTC (rev 25043)
@@ -1,6 +1,6 @@
 menuconfig BR2_PACKAGE_IRDA_UTILS
 	bool "irda_utils"
-	depends on BR2_DEPRECATED
+	depends on BROKEN
 	help
 	  Tools for accessing the irda-Subsystem of the Linux-Kernel
 	  The makefile is totally broken.
@@ -41,5 +41,5 @@
 	help
 		Some Toshiba Laptops have buggy BIOSes which didn't initialize
 		Irda. This may help those.
-	
+
 endif

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

end of thread, other threads:[~2009-01-26  6:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26  0:12 [Buildroot] svn commit: trunk/buildroot/package/irda-utils ulf at uclibc.org
2009-01-26  6:13 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26  6:13 jacmet at uclibc.org
2009-01-11 20:21 ulf at uclibc.org

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