[uClibc-cvs] svn commit: trunk/buildroot/package/libsysfs

andersen at uclibc.org andersen at uclibc.org
Thu Jun 9 11:18:39 UTC 2005


Author: andersen
Date: 2005-06-09 05:18:38 -0600 (Thu, 09 Jun 2005)
New Revision: 10488

Log:
http://bugs.uclibc.org/view.php?id=288

This updates to the current version of libsysfs, and also changes
to the current version of the package.

NOTE:  this package still has a problem, in that the header files
it generates are not made available to other packages.  The library
itself is installed in the target filesystem; but programs like
"brctl" won't know to use it, since the header isn't visible.

Signed-off-by: David Brownell <dbrownell at users.sourceforge.net>



Modified:
   trunk/buildroot/package/libsysfs/Config.in
   trunk/buildroot/package/libsysfs/libsysfs.mk


Changeset:
Modified: trunk/buildroot/package/libsysfs/Config.in
===================================================================
--- trunk/buildroot/package/libsysfs/Config.in	2005-06-09 11:16:29 UTC (rev 10487)
+++ trunk/buildroot/package/libsysfs/Config.in	2005-06-09 11:18:38 UTC (rev 10488)
@@ -2,6 +2,7 @@
 	bool "libsysfs"
 	default n
 	help
-	These are a set of utilites built upon sysfs, a new virtual filesystem in Linux kernel versions 2.5+ that exposes a system's device tree.
+	These are a set of utilities built upon sysfs, a filesystem in
+	Linux 2.6 kernels that exposes a system's device tree.
 
 	http://linux-diag.sourceforge.net/Sysfsutils.html

Modified: trunk/buildroot/package/libsysfs/libsysfs.mk
===================================================================
--- trunk/buildroot/package/libsysfs/libsysfs.mk	2005-06-09 11:16:29 UTC (rev 10487)
+++ trunk/buildroot/package/libsysfs/libsysfs.mk	2005-06-09 11:18:38 UTC (rev 10488)
@@ -21,9 +21,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA
 
-LIBSYSFS_VER:=1.2.0
+LIBSYSFS_VER:=1.3.0
 LIBSYSFS_DIR:=$(BUILD_DIR)/sysfsutils-$(LIBSYSFS_VER)
-LIBSYSFS_SITE:=http://cogent.dl.sourceforge.net/sourceforge/linux-diag
+LIBSYSFS_SITE:=http://easynews.dl.sourceforge.net/sourceforge/linux-diag
 LIBSYSFS_SOURCE:=sysfsutils-$(LIBSYSFS_VER).tar.gz
 LIBSYSFS_CAT:=zcat
 




More information about the uClibc-cvs mailing list