This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem found.


Anthony Tonizzo wrote:
I found the problem with the CDL.
Somehow there was an empty "requires" clause
in the CDL.

I think the single "active_if CYGPKG_IO_FILEIO"
is all this option needs. I am not sure we need a
"requires" clause too.

Certainly not an empty one :).


Here is the patch.

I've applied it, thanks.


Jifl

------------------------------------------------------------------------

diff -r -U 5 -N -x CVS -x '*~' -x '.#~' /home/atonizzo/ecos/clean/eCos.hhc /home/atonizzo/ecos/devo/eCos.hhc
--- /home/atonizzo/ecos/clean/eCos.hhc 1969-12-31 16:00:00.000000000 -0800
+++ /home/atonizzo/ecos/devo/eCos.hhc 2006-12-04 11:55:11.000000000 -0800
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<HTML>
+<HEAD>
+<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">
+<!-- Sitemap 1.0 -->
+</HEAD><BODY>
+<UL>
+</UL>
+</BODY></HTML>
\ No newline at end of file
diff -r -U 5 -N -x CVS -x '*~' -x '.#~' /home/atonizzo/ecos/clean/eCos.hhp /home/atonizzo/ecos/devo/eCos.hhp
--- /home/atonizzo/ecos/clean/eCos.hhp 1969-12-31 16:00:00.000000000 -0800
+++ /home/atonizzo/ecos/devo/eCos.hhp 2006-12-04 11:55:11.000000000 -0800
@@ -0,0 +1,19 @@
+[OPTIONS]
+Auto Index=Yes
+Binary Index=No
+Compatibility=1.1 or later
+Compiled file=eCos.chm
+Contents file=eCos.hhc
+Default Window=mainwin
+Default topic=/home/atonizzo/ecos/ecos/doc/index.html
+Display compile progress=Yes
+Full-text search=Yes
+Language=0x409 English (United States)
+Title=eCos
+[WINDOWS]
+mainwin="eCos Documentation","eCos.hhc",,,"index.html","http://sources.redhat.com/ecos/","Net Release","http://www.redhat.com/products/ecos/","eCos Product",0x40060420,,0xc287e,[0,0,762,400],,,,,,,0
+
+[FILES]
+index.html
+
+[INFOTYPES]
diff -r -U 5 -N -x CVS -x '*~' -x '.#~' /home/atonizzo/ecos/clean/packages/net/athttpd/current/cdl/httpd.cdl /home/atonizzo/ecos/devo/packages/net/athttpd/current/cdl/httpd.cdl
--- /home/atonizzo/ecos/clean/packages/net/athttpd/current/cdl/httpd.cdl 2006-11-27 07:41:55.000000000 -0800
+++ /home/atonizzo/ecos/devo/packages/net/athttpd/current/cdl/httpd.cdl 2006-12-04 12:12:54.000000000 -0800
@@ -202,11 +202,10 @@
cdl_option CYGOPT_NET_ATHTTPD_USE_FS {
display "Support for file system access"
flavor bool
default_value 1
active_if CYGPKG_IO_FILEIO
- requires description "
This option enables the use of a file system to access the pages
to be served. It is the responsibility of the user to properly
mount the file system(s) required by the web server. If this
option is not selected each URL requested must be serviced using
diff -r -U 5 -N -x CVS -x '*~' -x '.#~' /home/atonizzo/ecos/clean/packages/net/athttpd/current/ChangeLog /home/atonizzo/ecos/devo/packages/net/athttpd/current/ChangeLog
--- /home/atonizzo/ecos/clean/packages/net/athttpd/current/ChangeLog 2006-12-04 12:17:07.000000000 -0800
+++ /home/atonizzo/ecos/devo/packages/net/athttpd/current/ChangeLog 2006-11-27 07:41:55.000000000 -0800
@@ -1,9 +1,5 @@
-2006-12-03 Anthony Tonizzo <atonizzo@gmail.com>
-
- * cdl/httpd.cdl: Corrected a CDL error in the requirements of CYGOPT_NET_ATHTTPD_USE_FS
-
2006-11-27 Jonathan Larmour <jifl@eCosCentric.com>
* cdl/httpd.cdl: Improve CDL dependencies.
2006-11-08 Anthony Tonizzo <atonizzo@gmail.com>


--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
------["The best things in life aren't things."]------      Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]