From: Chris Larson Date: Thu, 17 Jun 2010 21:03:40 +0000 (-0700) Subject: Drop old unused crufty MANIFEST variable X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84b681daad0736a1ff6e10c7c30fb31ba4d0351;p=openembedded.git Drop old unused crufty MANIFEST variable Signed-off-by: Chris Larson --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 397dbc2701..01192948f7 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -266,10 +266,6 @@ RRECOMMENDS_${PN}-dbg = "${PN} (= ${EXTENDPV})" FILES_${PN}-locale = "${datadir}/locale" -# File manifest - -export MANIFEST = "${FILESDIR}/manifest" - # file:// search paths FILE_DIRNAME = "${@os.path.dirname(bb.data.getVar('FILE', d))}" FILESPATHBASE = "${FILE_DIRNAME}"