diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-03 23:14:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 23:14:59 +0000 |
commit | 380db973435bedaa512df8e5fd62bcaf4e2d4459 (patch) | |
tree | fb6322178ceec7a816baa3f417484b34080af8fb /conf/distro/ucslugc.conf | |
parent | faa3ea865bbec5433bcc950fae04d7554de7ba33 (diff) |
Make netpbm work by removing the use of built in sin and cos (not supported
by uclibc).
Diffstat (limited to 'conf/distro/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 34bc39a3a3..c321f18009 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -24,7 +24,7 @@ OVERRIDES = "local:${MACHINE}:${DISTRO}:openslug:${TARGET_OS}:${TARGET_ARCH}:bui # NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to # the .bb files for the packages to build - see ucslugc-packages.conf in this # directory -OPENSLUG_UCSLUGC_BBFILES ?= "" +UCSLUGC_EXTRA_BBFILES ?= "" # pull in the frozen list of bbfiles - this sets BBFILES and this will override any # setting in local.conf |