projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832cd7c
)
utils/fbtest: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:19:15 +0000
(09:19 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/utils/fbtest/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/fbtest/Makefile
b/package/utils/fbtest/Makefile
index 05e67cb63a845b278e77f791773292c98e671463..464b34f9f2a969f726e520db7fa98cc7d98df7ed 100644
(file)
--- a/
package/utils/fbtest/Makefile
+++ b/
package/utils/fbtest/Makefile
@@
-21,11
+21,6
@@
define Package/fbtest
DEPENDS:=@DISPLAY_SUPPORT
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef