From: Richard Purdie Date: Wed, 31 Dec 2008 20:04:02 +0000 (+0000) Subject: bitbake.conf: Drop stale unused MANIFEST variable X-Git-Tag: yocto-4.0~47404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c70bf49c1c9822d813cc29805079ee1197af874;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Drop stale unused MANIFEST variable --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 81796dc5241..fddfd1ffe05 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), '.')}"