diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-30 21:08:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 21:08:07 +0000 |
commit | 6efb65bd45011299a3a734b18c0feb059196f627 (patch) | |
tree | da0a12fb77db7d7b679c6a0bbcee3c0b29a17003 /conf/distro/openslug-packages.conf | |
parent | fd532f27ab2d9f23308b2e72fda716ae85f31179 (diff) |
Add OPENSLUG_EXTRA_BBFILES to the BBFILES in conf/distro/openslug-packages.conf
This allows extra package directories to be added (or even individual files)
without affecting the operation of bb freeze and bb unfreeze. Note that new
versions of openslug-packages.conf should keep the addition at the end but
that freeze output will not have it.
Diffstat (limited to 'conf/distro/openslug-packages.conf')
-rw-r--r-- | conf/distro/openslug-packages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 5972afdbf0..11b778db9f 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -157,4 +157,4 @@ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/xinetd/*.bb \ ${PKGDIR}/packages/zlib/*.bb \ -" +${OPENSLUG_EXTRA_BBFILES}" |