aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-06-17 14:03:40 -0700
committerChris Larson <chris_larson@mentor.com>2010-06-17 14:05:26 -0700
commita84b681daad0736a1ff6e10c7c30fb31ba4d0351 (patch)
tree835d237aadc8c206c373af1874f4b3f173ff203d /conf
parent4ef5087ed7956bda672a133cbe3d11a0fa25397c (diff)
downloadopenembedded-a84b681daad0736a1ff6e10c7c30fb31ba4d0351.tar.gz
Drop old unused crufty MANIFEST variable
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf4
1 files changed, 0 insertions, 4 deletions
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}"