diff options
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index df798dfcdd..7d27c43c83 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |||
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51f | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | CLEANBROKEN = "1" | ||
17 | |||
16 | DEPENDS = "libxml2-native" | 18 | DEPENDS = "libxml2-native" |
17 | 19 | ||
18 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 20 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ |