package/bcusdk: drop trailing backslash

Commit e15ce8b04d (package/bcusdk: fix build with
argp-standalone and NLS) added a trailing backslash.  Drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022.05.x
Peter Korsgaard 2022-05-10 21:36:34 +02:00
parent e15ce8b04d
commit 76da59d6c5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ BCUSDK_CONF_OPTS = \
--without-pth-test \
--with-pth=$(STAGING_DIR)/usr
BCUSDK_DEPENDENCIES = libpthsem \
BCUSDK_DEPENDENCIES = libpthsem
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
BCUSDK_DEPENDENCIES += argp-standalone $(TARGET_NLS_DEPENDENCIES)