projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404c37b
)
shairplay: fix PKG_FIXUP
author
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Feb 2015 18:34:53 +0000
(19:34 +0100)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 8 Feb 2015 18:34:53 +0000
(19:34 +0100)
PKG_FIXUP should be defined before including package.mk
Signed-off-by: Nicolas Thill <nico@openwrt.org>
sound/shairplay/Makefile
patch
|
blob
|
history
diff --git
a/sound/shairplay/Makefile
b/sound/shairplay/Makefile
index 408f383bf69228c26893fe5576277a55c886d1e4..74a3fd781b3936b70cb6f6f755032e6c0c57565e 100644
(file)
--- 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