diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 397dbc2701..01192948f7 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -266,10 +266,6 @@ RRECOMMENDS_${PN}-dbg = "${PN} (= ${EXTENDPV})" FILES_${PN}-locale = "${datadir}/locale" -# File manifest - -export MANIFEST = "${FILESDIR}/manifest" - # file:// search paths FILE_DIRNAME = "${@os.path.dirname(bb.data.getVar('FILE', d))}" FILESPATHBASE = "${FILE_DIRNAME}" |