kjs(-native): move kdoctools dependency to common kjs.inc
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -6,7 +6,4 @@ SRC_URI += " \
|
||||
file://0002-native-build-and-install-icemaker-only.patch \
|
||||
"
|
||||
|
||||
DEPENDS += " \
|
||||
libpcre-native \
|
||||
kdoctools \
|
||||
"
|
||||
DEPENDS += "libpcre-native"
|
||||
|
||||
@@ -2,7 +2,7 @@ require ${BPN}.inc
|
||||
|
||||
inherit cmake-lib
|
||||
|
||||
DEPENDS += "${BPN}-native libpcre kdoctools"
|
||||
DEPENDS += "${BPN}-native libpcre"
|
||||
|
||||
# cross libs / headers
|
||||
CMAKE_ALIGN_SYSROOT[1] = "KF5JS, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"
|
||||
|
||||
@@ -8,3 +8,7 @@ PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "fbba353023ee472a93c7335d26d681dd"
|
||||
SRC_URI[sha256sum] = "0d2f39d4ef2f9c3f4b9a42b1adfb70e25fc912cb535a9798dc9aa49ad0cac4a1"
|
||||
SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch"
|
||||
|
||||
DEPENDS += " \
|
||||
kdoctools \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user