* [PATCH 0/1] createrepo: RDEPENDS on libxml2-python
@ 2014-06-25 9:16 Robert Yang
2014-06-25 9:16 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-06-25 9:16 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 3c7b5ec1cae6186a64e0be2c05b64b05add08c97:
syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:54:12 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/createrepo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/createrepo
Robert Yang (1):
createrepo: RDEPENDS on libxml2-python
.../createrepo/createrepo_0.4.11.bb | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] createrepo: RDEPENDS on libxml2-python
2014-06-25 9:16 [PATCH 0/1] createrepo: RDEPENDS on libxml2-python Robert Yang
@ 2014-06-25 9:16 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-06-25 9:16 UTC (permalink / raw)
To: openembedded-core
Fixed the error when run createrepo on target:
Traceback (most recent call last):
File "/usr/share/createrepo/genpkgmetadata.py", line 27, in <module>
import libxml2
File "/usr/lib64/python2.7/site-packages/libxml2.py", line 1, in <module>
ImportError: No module named libxml2mod
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../createrepo/createrepo_0.4.11.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb
index 159a6c4..49b45fc 100644
--- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb
+++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb
@@ -5,6 +5,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
DEPENDS_class-native += "libxml2-native rpm-native"
+RDEPENDS_${PN}_class-target = "libxml2-python"
PR = "r9"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-25 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 9:16 [PATCH 0/1] createrepo: RDEPENDS on libxml2-python Robert Yang
2014-06-25 9:16 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox