[oe-commits] Evan Doiron : net-snmp.inc: Fix typo in staging paths

git version control git at git.openembedded.org
Sat Aug 22 16:12:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7f4aeb3143ec6e33840d31425956afbab969f03a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f4aeb3143ec6e33840d31425956afbab969f03a

Author: Evan Doiron <edoiron at cbnco.com>
Date:   Fri Aug 14 09:37:15 2009 -0400

net-snmp.inc: Fix typo in staging paths

Signed-off-by: Evan Doiron <edoiron at cbnco.com>
Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/net-snmp/net-snmp.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/net-snmp/net-snmp.inc b/recipes/net-snmp/net-snmp.inc
index bbe8096..dcc02e7 100644
--- a/recipes/net-snmp/net-snmp.inc
+++ b/recipes/net-snmp/net-snmp.inc
@@ -48,8 +48,8 @@ do_stage() {
     	fi
         install -d ${STAGING_DIR_HOST}${layout_bindir}
         sed -e "s at -I/usr/include@@g" \
-            -e "s@^prefix=.*@prefix=${STAING_DIR_HOST}@g" \
-            -e "s@^exec_prefix=.*@exec_prefix=${STAING_DIR_HOST}@g" \
+            -e "s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g" \
+            -e "s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g" \
             -e "s@^includedir=.*@includedir=${STAGING_INCDIR}@g" \
             -e "s@^libdir=.*@libdir=${STAGING_LIBDIR}@g" \
                 -i net-snmp-config





More information about the Openembedded-commits mailing list