aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/yum-metadata-parser-native_1.1.2.bb
blob: 15d26a18ce044e2fbfc0ec00e2a170cb423adcca (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 = ""
PR = "r1"

do_stage() {
	distutils_stage_all
}