summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-04 23:40:56 +0000
committerPhil Blundell <philb@gnu.org>2004-12-04 23:40:56 +0000
commit959144cc520a6e3044bc1019c5ed0681ae018719 (patch)
treefd18e62040e398dc32961f9efd46864cdc2092ee /classes
parentb12e649f8a0e8426fea9555455f08d79261240e5 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages 2004/12/04 17:58:25-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/12/04 17:40:54-06:00 ti.com!kergoth Merge oe-devel@oe-devel.bkbits.net:packages into odin.sc.ti.com:/home/kergoth/code/packages 2004/12/04 17:37:56-06:00 ti.com!kergoth Fix the readline build failure (two pieces, first install the .a and .so in two seperate commands, then fix a variable initialization bug in oe_libinstall). BKrev: 41b24b08rvSUum69_SfnyjuGRnzynQ
Diffstat (limited to 'classes')
-rw-r--r--classes/base.oeclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/base.oeclass b/classes/base.oeclass
index caa40a9c0d..66136074c7 100644
--- a/classes/base.oeclass
+++ b/classes/base.oeclass
@@ -107,6 +107,9 @@ oe_libinstall() {
# oe_libinstall -C src/libblah libblah ${D}/${libdir}/
dir=""
libtool=""
+ silent=""
+ require_static=""
+ require_shared=""
while [ "$#" -gt 0 ]; do
case "$1" in
-C)