bitbake.conf: Drop stale unused MANIFEST variable

This commit is contained in:
Richard Purdie 2008-12-31 20:04:02 +00:00
parent 102a8426b9
commit 2c70bf49c1
1 changed files with 0 additions and 2 deletions

View File

@ -209,8 +209,6 @@ FILES_${PN}-locale = "${datadir}/locale"
# File manifest
export MANIFEST = "${FILESDIR}/manifest"
FILE_DIRNAME = "${@os.path.dirname(bb.data.getVar('FILE', d))}"
FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"