aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/yum-metadata-parser-native_1.1.2.bb
blob: 5d913450d331e594b9bfe1f7d00587d6df5577ff (plain)
1
2
3
4
5
6
7
8
9
require yum-metadata-parser_${PV}.bb
inherit native
DEPENDS = "python-native sqlite3-native glib-2.0-native libxml2-native"
RDEPENDS_${PN} = ""
PR = "r1"

do_stage() {
	distutils_stage_all
}