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:
parent
1ae49c5df8
commit
17b7f134d8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue