diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 81796dc524..fddfd1ffe0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -209,8 +209,6 @@ FILES_${PN}-locale = "${datadir}/locale" | |||
209 | 209 | ||
210 | # File manifest | 210 | # File manifest |
211 | 211 | ||
212 | export MANIFEST = "${FILESDIR}/manifest" | ||
213 | |||
214 | FILE_DIRNAME = "${@os.path.dirname(bb.data.getVar('FILE', d))}" | 212 | FILE_DIRNAME = "${@os.path.dirname(bb.data.getVar('FILE', d))}" |
215 | FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" | 213 | FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" |
216 | FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}" | 214 | FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}" |