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:
parent
404c37b238
commit
f5c4816f10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue