diff options
Diffstat (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb')
-rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 344cc77770..8d2dcdf958 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://createrepo.baseurl.org/" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" |
6 | 6 | ||
7 | RDEPENDS_${PN}_virtclass-native += "libxml2-native rpm-native" | 7 | RDEPENDS_${PN}_class-native += "libxml2-native rpm-native" |
8 | 8 | ||
9 | PR = "r7" | 9 | PR = "r7" |
10 | 10 | ||
@@ -28,7 +28,7 @@ do_install () { | |||
28 | # Wrap the python script since the native python is | 28 | # Wrap the python script since the native python is |
29 | # ${bindir}/python-native/python, and the "#! /usr/bin/env python" can't | 29 | # ${bindir}/python-native/python, and the "#! /usr/bin/env python" can't |
30 | # find it since it is not in PATH. | 30 | # find it since it is not in PATH. |
31 | do_install_append_virtclass-native () { | 31 | do_install_append_class-native () { |
32 | # Not all the python scripts should be wrapped since some of | 32 | # Not all the python scripts should be wrapped since some of |
33 | # them are modules (be imported). | 33 | # them are modules (be imported). |
34 | for i in ${D}${datadir}/createrepo/genpkgmetadata.py \ | 34 | for i in ${D}${datadir}/createrepo/genpkgmetadata.py \ |