diff options
| author | Lianhao Lu <lianhao.lu@intel.com> | 2011-09-16 20:32:50 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 18:07:25 +0100 |
| commit | aab71071d73d82ae6301dbd910422a311b5ecf4e (patch) | |
| tree | 0fef3e908d92587d98854380d9a4462a7cb57c1c /meta/recipes-core | |
| parent | 27f88685091298fec502cdeb68ae04684ba3d678 (diff) | |
| download | poky-aab71071d73d82ae6301dbd910422a311b5ecf4e.tar.gz | |
Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.
[YOCTO #1486]
Added MLPREFIX to the final package names of library packages in case of
DEBIAN_NAMES.
(From OE-Core rev: 1162b78d6f99da52cd7d122e4295c618184e41cd)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/libxml/libxml2_2.7.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index dfe6a9ad28..cf789b27ce 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
| @@ -34,7 +34,7 @@ export LDFLAGS += "-ldl" | |||
| 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 bb.data.getVar('DEBIAN_NAMES', d, 1): |
| 37 | bb.data.setVar('PKG_libxml2', 'libxml2', d) | 37 | bb.data.setVar('PKG_libxml2', '${MLPREFIX}libxml2', d) |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" | 40 | PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" |
diff --git a/meta/recipes-core/libxml/libxml2_2.7.8.bb b/meta/recipes-core/libxml/libxml2_2.7.8.bb index 616fd09f93..3909839d46 100644 --- a/meta/recipes-core/libxml/libxml2_2.7.8.bb +++ b/meta/recipes-core/libxml/libxml2_2.7.8.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require libxml2.inc | 1 | require libxml2.inc |
| 2 | 2 | ||
| 3 | PR = "r0" | 3 | PR = "r1" |
| 4 | 4 | ||
| 5 | SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86" | 5 | SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86" |
| 6 | SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec" | 6 | SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec" |
