mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
encodings: Set RDEPENDS correctly
The .inc file sets RDEPENDS for the general font case but the dependencies don't apply to this recipe. This removes those dependencies, simplifying the dependency chains a little. (From OE-Core rev: 71b3a156c11d01565f546f33e3f1e1bea2fafdff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,6 +10,7 @@ PE = "1"
|
||||
PR = "${INC_PR}.1"
|
||||
|
||||
DEPENDS = "mkfontscale-native font-util-native"
|
||||
RDEPENDS_${PN} = ""
|
||||
|
||||
SRC_URI += "file://nocompiler.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user