blob: ab4e577483b2410dc30849b632206a2e30ddac31 (
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 = "r2"
do_stage() {
distutils_stage_all
}
|