From 0a0e03992cfd5d4e28e638c57b33069c1e2e4cd2 Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Tue, 22 Jan 2013 19:30:22 +0800 Subject: createrepo-native: update dependency "RDEPENDS_${PN}_class-native" doesn't work for native recipe because no -native package will be created. Then the dependencies listed here are not built when bitbake createrepo-native. Update and use DEPENDS_class-native instead. (From OE-Core rev: 0b8dc781e4df0edffa10ac989f8745ac3f684de0) Signed-off-by: Kang Kai Signed-off-by: Richard Purdie --- meta/recipes-support/createrepo/createrepo_0.4.11.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb') diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 227ebcb491..c977c2e6e8 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb @@ -4,9 +4,9 @@ HOMEPAGE = "http://createrepo.baseurl.org/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" -RDEPENDS_${PN}_class-native += "libxml2-native rpm-native" +DEPENDS_class-native += "libxml2-native rpm-native" -PR = "r8" +PR = "r9" SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ file://fix-native-install.patch \ -- cgit v1.2.3-54-g00ecf