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:
074a8ab
)
libs/libsocketcan: remove double line
author
Yegor Yefremov
<yegorslists@googlemail.com>
Sat, 2 Dec 2023 10:28:49 +0000
(11:28 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 3 Dec 2023 00:20:14 +0000
(16:20 -0800)
The following line appeared twice:
include $(INCLUDE_DIR)/package.mk
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
libs/libsocketcan/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsocketcan/Makefile
b/libs/libsocketcan/Makefile
index 158923234007b80356e5e4050962010a6ed587d4..67ba3a9cf8deee673297575d5b26c59e58ce2143 100644
(file)
--- a/
libs/libsocketcan/Makefile
+++ b/
libs/libsocketcan/Makefile
@@
-19,8
+19,6
@@
PKG_MAINTAINER:=Yegor Yefremov <yegorslists@googlemail.com>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=LICENSE
-include $(INCLUDE_DIR)/package.mk
-
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1