From 6722d1db4eb01a201d9c57a210f30d874da9f93e Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sun, 21 Mar 2010 03:20:26 +0000 Subject: [PATCH] [packages] check, gconf2, libxapian: fix section names SVN-Revision: 20327 --- libs/check/Makefile | 4 ++-- libs/gconf2/Makefile | 2 +- libs/libxapian/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/check/Makefile b/libs/check/Makefile index fe8e6331a8..59b8ec79a9 100644 --- a/libs/check/Makefile +++ b/libs/check/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS += $(FPIC) define Package/check - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=Unit testing framework for C URL:=http://check.sourceforge.net/ diff --git a/libs/gconf2/Makefile b/libs/gconf2/Makefile index c9c9419222..4c029636ed 100644 --- a/libs/gconf2/Makefile +++ b/libs/gconf2/Makefile @@ -25,7 +25,7 @@ TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libiconv/lib define Package/libgconf2 - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=GConf2 library URL:=http://www.gnome.org/projects/gconf/ diff --git a/libs/libxapian/Makefile b/libs/libxapian/Makefile index ed50bae191..784e27811a 100644 --- a/libs/libxapian/Makefile +++ b/libs/libxapian/Makefile @@ -25,7 +25,7 @@ TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libiconv/lib \ define Package/libxapian - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries TITLE:=xapian URL:=http://xapian.org -- 2.30.2