diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 20:04:02 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 22:58:07 +0000 |
commit | 2c70bf49c1c9822d813cc29805079ee1197af874 (patch) | |
tree | 3bbef28b43588379b0cac78b184aa36a9b53d089 /meta/conf | |
parent | 102a8426b9a7806f84563e30d7e3d395a001f697 (diff) | |
download | poky-2c70bf49c1c9822d813cc29805079ee1197af874.tar.gz |
bitbake.conf: Drop stale unused MANIFEST variable
Diffstat (limited to 'meta/conf')
-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), '.')}" |