From: Phil Blundell Date: Thu, 18 Sep 2008 18:09:00 +0000 (+0000) Subject: add another example X-Git-Tag: Release-2010-05/1~6066^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc91b1049f47a884709404b1189b202e1046ec8;p=openembedded.git add another example --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 194e204e79..36407b015d 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -154,5 +154,9 @@ BBINCLUDELOGS = "yes" # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS. #CVS_TARBALL_STASH = "" +# Uncomment this if you want to install shared libraries directly under their SONAME, +# rather than installing as the full version and symlinking to the SONAME. +# PACKAGE_SNAP_LIB_SYMLINKS = "1" + # EDIT THIS FILE and then remove the line below before using! REMOVE_THIS_LINE:="${@bb.fatal('Read the comments in your conf/local.conf')}"