diff options
Diffstat (limited to 'meta/recipes-core/libxml')
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 6f79333b91..1f7a4e6ec8 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
| @@ -33,8 +33,8 @@ export LDFLAGS += "-ldl" | |||
| 33 | 33 | ||
| 34 | python populate_packages_prepend () { | 34 | python populate_packages_prepend () { |
| 35 | # autonamer would call this libxml2-2, but we don't want that | 35 | # autonamer would call this libxml2-2, but we don't want that |
| 36 | if bb.data.getVar('DEBIAN_NAMES', d, 1): | 36 | if d.getVar('DEBIAN_NAMES', 1): |
| 37 | bb.data.setVar('PKG_libxml2', '${MLPREFIX}libxml2', d) | 37 | d.setVar('PKG_libxml2', '${MLPREFIX}libxml2') |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES += "${PN}-utils" | 40 | PACKAGES += "${PN}-utils" |
