Drop old unused crufty MANIFEST variable
authorChris Larson <chris_larson@mentor.com>
Thu, 17 Jun 2010 21:03:40 +0000 (14:03 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 17 Jun 2010 21:05:26 +0000 (14:05 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/bitbake.conf

index 397dbc2..0119294 100644 (file)
@@ -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}"