From ff6f45b68a15c4bf33ab401e4864205e2a57a066 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Nov 2015 10:11:45 +0100 Subject: add new ADK Symbol PKG_NEEDS There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support. --- package/mpd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/mpd') diff --git a/package/mpd/Makefile b/package/mpd/Makefile index 8750da211..c8f6f4085 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -9,9 +9,10 @@ PKG_RELEASE:= 1 PKG_HASH:= 7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6 PKG_DESCR:= music player daemon PKG_SECTION:= mm/audio -PKG_DEPENDS:= glib libstdcxx libmpdclient librt boost libncurses -PKG_FDEPENDS:= glib libstdcxx libmpdclient librt +PKG_DEPENDS:= glib libmpdclient boost libncurses PKG_BUILDDEP:= glib libmpdclient boost ncurses +PKG_FDEPENDS:= glib libmpdclient +PKG_NEEDS:= threads rt c++ PKG_URL:= http://www.musicpd.org/ PKG_SITES:= http://www.musicpd.org/download/mpd/0.19/ -- cgit v1.2.3