-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dockers]: Upgrade LLDP docker to stretch build (#2633)
* [dockers]: Upgrade LLDP docker to stretch build
- Loading branch information
Showing
5 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# lldpd package | ||
|
||
LLDPD_VERSION = 0.9.6 | ||
LLDPD_VERSION_SUFFIX = 1 | ||
LLDPD_VERSION_FULL = $(LLDPD_VERSION)-$(LLDPD_VERSION_SUFFIX) | ||
|
||
LLDPD = lldpd_$(LLDPD_VERSION)-0_amd64.deb | ||
LLDPD = lldpd_$(LLDPD_VERSION_FULL)_amd64.deb | ||
$(LLDPD)_DEPENDS += $(LIBSNMP_DEV) | ||
$(LLDPD)_RDEPENDS += $(LIBSNMP) | ||
$(LLDPD)_SRC_PATH = $(SRC_PATH)/lldpd | ||
SONIC_MAKE_DEBS += $(LLDPD) | ||
|
||
LIBLLDPCTL = liblldpctl-dev_$(LLDPD_VERSION)-0_amd64.deb | ||
LIBLLDPCTL = liblldpctl-dev_$(LLDPD_VERSION_FULL)_amd64.deb | ||
$(eval $(call add_derived_package,$(LLDPD),$(LIBLLDPCTL))) | ||
|
||
# Export these variables so they can be used in a sub-make | ||
export LLDPD_VERSION | ||
export LLDPD_VERSION_FULL | ||
export LLDPD | ||
export LIBLLDPCTL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters