commit f5c4816f1023171ce979b15fe40ffcdc6ff42b05
parent 404c37b23841a216d06078551b8f0ace71fde166
Author: Nicolas Thill <nico@openwrt.org>
Date: Sun, 8 Feb 2015 19:34:53 +0100
shairplay: fix PKG_FIXUP
PKG_FIXUP should be defined before including package.mk
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/shairplay/Makefile b/sound/shairplay/Makefile
@@ -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