projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6ef13
)
bird2: Makefile polishing
author
Josef Schlehofer
<
[email protected]
>
Thu, 25 Mar 2021 11:26:41 +0000
(12:26 +0100)
committer
Moritz Warning
<
[email protected]
>
Fri, 2 Apr 2021 08:33:16 +0000
(10:33 +0200)
- Just small reodering of some rows to be more consistent with packages feed
- Fix deprecated SPDX License Identifier
Signed-off-by: Josef Schlehofer <
[email protected]
>
(cherry picked from commit
b38a46acd54879cd56de433a5e86c2dcf4b8b151
)
bird2/Makefile
patch
|
blob
|
history
diff --git
a/bird2/Makefile
b/bird2/Makefile
index 4a0c93bba6906df861e88cc3c93c2e184c0f3f54..cdc6ec1237e65d0d6d80e6390118cc13de1ce6d0 100644
(file)
--- a/
bird2/Makefile
+++ b/
bird2/Makefile
@@
-13,11
+13,12
@@
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
PKG_HASH:=19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6
-PKG_BUILD_DEPENDS:=ncurses readline
+
PKG_MAINTAINER:=Toke Høiland-Jørgensen <
[email protected]
>
-PKG_
BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
+PKG_
LICENSE:=GPL-2.0-or-later
-PKG_LICENSE:=GPL-2.0
+PKG_BUILD_DEPENDS:=ncurses readline
+PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk