diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-25 02:16:20 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 13:51:49 +0100 |
| commit | c5713feb0caccf919c8020af14ddebbb0cbf08b8 (patch) | |
| tree | 5a26546edbd264a10dabba5ad4e960882388c74f | |
| parent | a3cbd2d06777a7a3c89066dfde94f793094d330c (diff) | |
| download | poky-c5713feb0caccf919c8020af14ddebbb0cbf08b8.tar.gz | |
createrepo: RDEPENDS on libxml2-python
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
(From OE-Core rev: 3ec0f411985cf6891b34e1f9624df9df38c9fc6f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 159a6c4b27..49b45fc3b8 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+" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" |
| 6 | 6 | ||
| 7 | DEPENDS_class-native += "libxml2-native rpm-native" | 7 | DEPENDS_class-native += "libxml2-native rpm-native" |
| 8 | RDEPENDS_${PN}_class-target = "libxml2-python" | ||
| 8 | 9 | ||
| 9 | PR = "r9" | 10 | PR = "r9" |
| 10 | 11 | ||
