opkg: add missing dependency on libpthread
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
94030e86d5
commit
d3489d899a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ define Package/opkg/Default
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=opkg package manager
|
TITLE:=opkg package manager
|
||||||
DEPENDS:=+uclient-fetch
|
DEPENDS:=+uclient-fetch +libpthread
|
||||||
URL:=http://wiki.openmoko.org/wiki/Opkg
|
URL:=http://wiki.openmoko.org/wiki/Opkg
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue