[yocto] [opkg-utils][PATCH 1/2] Option "C" ist shown in usage() and implemented, but was missing in getopts. Added "C".

Martin Jansa martin.jansa at gmail.com
Tue May 29 08:34:14 PDT 2012


From: Ondics Githubler <githubler at ondics.de>

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 opkg-build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opkg-build b/opkg-build
index 012afd3..485897a 100755
--- a/opkg-build
+++ b/opkg-build
@@ -160,7 +160,7 @@ outer=ar
 noclean=0
 opkext=0
 usage="Usage: $0 [-c] [-C] [-O] [-o owner] [-g group] <pkg_directory> [<destination_directory>]"
-while getopts "cg:ho:vO" opt; do
+while getopts "cCg:ho:vO" opt; do
     case $opt in
 	o ) owner=$OPTARG
 	    ogargs="--owner=$owner"
-- 
1.7.8.6




More information about the yocto mailing list