local.conf.sample: Fix extras collection comments

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2376 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-07 08:49:14 +00:00
parent 9b30794d30
commit 3378c5d56a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ BBFILES = "${OEROOT}/meta/packages/*/*.bb"
# BBFILES := "${OEROOT}/meta/packages/*/*.bb ${OEROOT}/meta-extras/packages/*/*.bb"
# BBFILE_COLLECTIONS = "normal extras"
# BBFILE_PATTERN_normal = "^${OEROOT}/meta/"
# BBFILE_PATTERN_extras = "^${OEROOT}/meta/"
# BBFILE_PATTERN_extras = "^${OEROOT}/meta-extras/"
# BBFILE_PRIORITY_normal = "5"
# BBFILE_PRIORITY_extras = "5"