diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-06-17 14:03:40 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-06-17 14:05:26 -0700 |
commit | a84b681daad0736a1ff6e10c7c30fb31ba4d0351 (patch) | |
tree | 835d237aadc8c206c373af1874f4b3f173ff203d /conf | |
parent | 4ef5087ed7956bda672a133cbe3d11a0fa25397c (diff) |
Drop old unused crufty MANIFEST variable
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
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}" |