shairplay: fix PKG_FIXUP

PKG_FIXUP should be defined before including package.mk

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill 2015-02-08 19:34:53 +01:00
parent 404c37b238
commit f5c4816f10
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
define Package/shairplay
SECTION:=sound
CATEGORY:=Sound