git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef5087
)
Drop old unused crufty MANIFEST variable
author
Chris Larson
<chris_larson@mentor.com>
Thu, 17 Jun 2010 21:03:40 +0000
(14:03 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
397dbc2
..
0119294
100644
(file)
--- 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}"