diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 060ed597a4..7a4d05968e 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb @@ -4,7 +4,9 @@ HOMEPAGE = "http://createrepo.baseurl.org/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" -PR = "r3" +RDEPENDS_${PN}_virtclass-native += "libxml2-native rpm-native" + +PR = "r4" SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ file://fix-native-install.patch \ |