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 | |
| parent | 102a8426b9a7806f84563e30d7e3d395a001f697 (diff) | |
| download | openembedded-core-2c70bf49c1c9822d813cc29805079ee1197af874.tar.gz openembedded-core-2c70bf49c1c9822d813cc29805079ee1197af874.tar.bz2 openembedded-core-2c70bf49c1c9822d813cc29805079ee1197af874.zip | |
bitbake.conf: Drop stale unused MANIFEST variable
| -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"  # 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), '.')}" | 
