fix various typos in the dependancies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4402 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d8142ccea
commit
d22946f886
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/clinkc
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+expat
|
||||
DEPENDS:=+libexpat
|
||||
TITLE:=Embedded UPnP library
|
||||
DESCRIPTION:=CyberLink for C is a UPnP library using C for small and embedded platforms.
|
||||
URL:=http://sourceforge.net/projects/clinkc
|
||||
|
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/bitlbee
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl +glib +libiconv
|
||||
DEPENDS:=+libopenssl +libglib1 +libiconv
|
||||
TITLE:=IRC gateway to IM chat networks
|
||||
DESCRIPTION:=IRC gateway to IM chat networks
|
||||
URL:=http://www.bitlbee.org/
|
||||
|
@ -18,7 +18,7 @@ define Package/gpsd
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=gpsd
|
||||
DEPENDS:=+libpthread +uclibcxx +ncurses
|
||||
DEPENDS:=+libpthread +uclibcxx +libncurses
|
||||
DESCRIPTION:=An interface daemon for GPS receivers
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user