ssc drivers: Fix build dependency

Build dependency are not package related and therefor the suffix _${PN}
is not required and not working as expected.

BugzID: 69520
This commit is contained in:
Alexandre Bard 2021-01-16 18:46:02 +01:00
parent 1ae49c5df8
commit 17b7f134d8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ HOMEPAGE = "http://www.netmodule.com/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
DEPENDS_${PN} = "ssc-broker-driver"
DEPENDS = "ssc-broker-driver"
RDEPENDS_${PN} = "ssc-broker-driver"
inherit module

View File

@ -5,7 +5,7 @@ HOMEPAGE = "http://www.netmodule.com/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
DEPENDS_${PN} = "ssc-broker-driver"
DEPENDS = "ssc-broker-driver"
RDEPENDS_${PN} = "ssc-broker-driver"
inherit module