"""rebuild a package"""
}
-addtask mrproper
-do_mrproper[dirs] = "${TOPDIR}"
-do_mrproper[nostamp] = "1"
-python base_do_mrproper() {
- """clear downloaded sources, build and temp directories"""
- dir = bb.data.expand("${DL_DIR}", d)
- if dir == '/': bb.build.FuncFailed("wrong DATADIR")
- bb.debug(2, "removing " + dir)
- os.system('rm -rf ' + dir)
- bb.build.exec_func('do_clean', d)
-}
+#addtask mrproper
+#do_mrproper[dirs] = "${TOPDIR}"
+#do_mrproper[nostamp] = "1"
+#python base_do_mrproper() {
+# """clear downloaded sources, build and temp directories"""
+# dir = bb.data.expand("${DL_DIR}", d)
+# if dir == '/': bb.build.FuncFailed("wrong DATADIR")
+# bb.debug(2, "removing " + dir)
+# os.system('rm -rf ' + dir)
+# bb.build.exec_func('do_clean', d)
+#}
SCENEFUNCS += "base_scenefunction"
# Move to autotools.bbclass?
inherit siteinfo
-EXPORT_FUNCTIONS do_setscene do_clean do_mrproper do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_stage do_rebuild do_fetchall
+EXPORT_FUNCTIONS do_setscene do_clean do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_stage do_rebuild do_fetchall
MIRRORS[func] = "0"
MIRRORS () {