diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
commit | e24dfafb01a8cfa011fa4c15a8db3cac89094266 (patch) | |
tree | bb02e8115f4fcf57bbe7d2ddea542d862fd9fefa /sound | |
parent | cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193 (diff) |
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pulseaudio/Makefile | 1 | ||||
-rw-r--r-- | sound/upmpdcli/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 43a2688eb..e75e2c80c 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -17,7 +17,6 @@ PKG_MD5SUM:=b691e83b7434c678dffacfa3a027750e PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=GPL LICENSE -PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=intltool/host PKG_FIXUP:=autoreconf diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 1286cd42c..385a96bee 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -11,7 +11,6 @@ PKG_NAME:=upmpdcli PKG_VERSION:=0.9.0 PKG_RELEASE:=2 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads PKG_MD5SUM:=0e7b86037f19ea3a08067409af6f6902 |