mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
@@ -21,10 +21,10 @@ PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
|||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/shairplay
|
define Package/shairplay
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
|
|||||||
Reference in New Issue
Block a user