summaryrefslogtreecommitdiffstats
path: root/meta/classes/utils.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/utils.bbclass')
-rw-r--r--meta/classes/utils.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 072ea1f63c..ab06019560 100644
--- a/meta/classes/utils.bbclass
+++ b/meta/classes/utils.bbclass
@@ -30,7 +30,6 @@ oe_libinstall() {
30 silent="" 30 silent=""
31 require_static="" 31 require_static=""
32 require_shared="" 32 require_shared=""
33 staging_install=""
34 while [ "$#" -gt 0 ]; do 33 while [ "$#" -gt 0 ]; do
35 case "$1" in 34 case "$1" in
36 -C) 35 -C)
@@ -62,10 +61,6 @@ oe_libinstall() {
62 if [ -z "$destpath" ]; then 61 if [ -z "$destpath" ]; then
63 bbfatal "oe_libinstall: no destination path specified" 62 bbfatal "oe_libinstall: no destination path specified"
64 fi 63 fi
65 if echo "$destpath/" | egrep '^${STAGING_LIBDIR}/' >/dev/null
66 then
67 staging_install=1
68 fi
69 64
70 __runcmd () { 65 __runcmd () {
71 if [ -z "$silent" ]; then 66 if [ -z "$silent" ]; then