Skip to content

Commit

Permalink
package/sdbus-cpp: remove redundant SDBUS_CPP_SOURCE variable
Browse files Browse the repository at this point in the history
There is no need to define SDBUS_CPP_SOURCE explicitly because the
github helper works perfectly well with the default _SOURCE value.

Signed-off-by: Sergey Bobrenok <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
bobrofon authored and yann-morin-1998 committed Oct 29, 2023
1 parent cf368a3 commit 651b653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package/sdbus-cpp/sdbus-cpp.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Locally computed:
sha256 ca7405c7f0f9ae3023dcfa37bc68974c4b8a1c9ea2909b970e0aedc3e8657ee6 v1.4.0.tar.gz
sha256 ca7405c7f0f9ae3023dcfa37bc68974c4b8a1c9ea2909b970e0aedc3e8657ee6 sdbus-cpp-1.4.0.tar.gz
sha256 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331 COPYING
sha256 a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657 COPYING-LGPL-Exception
1 change: 0 additions & 1 deletion package/sdbus-cpp/sdbus-cpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
################################################################################

SDBUS_CPP_VERSION = 1.4.0
SDBUS_CPP_SOURCE = v$(SDBUS_CPP_VERSION).tar.gz
SDBUS_CPP_SITE = $(call github,Kistler-Group,sdbus-cpp,v$(SDBUS_CPP_VERSION))
SDBUS_CPP_INSTALL_STAGING = YES
SDBUS_CPP_DEPENDENCIES = host-pkgconf systemd
Expand Down

0 comments on commit 651b653

Please sign in to comment.