diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/sharp-binary-only/sharp-compat-libs | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/sharp-binary-only/sharp-compat-libs')
-rw-r--r-- | packages/sharp-binary-only/sharp-compat-libs/hentges.patch | 99 | ||||
-rw-r--r-- | packages/sharp-binary-only/sharp-compat-libs/qt2310.patch | 13 |
2 files changed, 0 insertions, 112 deletions
diff --git a/packages/sharp-binary-only/sharp-compat-libs/hentges.patch b/packages/sharp-binary-only/sharp-compat-libs/hentges.patch deleted file mode 100644 index 2b263fc426..0000000000 --- a/packages/sharp-binary-only/sharp-compat-libs/hentges.patch +++ /dev/null @@ -1,99 +0,0 @@ ---- oz-compat-0.5/opt/QtPalmtop.compat/bin/makecompat.orig 2004-11-30 18:51:45.000000000 +0100 -+++ oz-compat-0.5//opt/QtPalmtop.compat/bin/makecompat 2004-11-30 18:44:29.000000000 +0100 -@@ -1,8 +1,10 @@ - #! /bin/sh - -+export PATH="$PATH:/opt/QtPalmtop/bin" -+ - OPIE_SH=/opt/QtPalmtop/bin/opie-sh - OPIE_DIR=/opt/QtPalmtop --OPIE_COMPAT=runcompat -+OPIE_COMPAT=/opt/QtPalmtop/bin/runcompat - OPIE_TMP=/tmp - - about() { -@@ -31,6 +33,10 @@ - } - - ask_list() { -+ -+ rm $OPIE_TMP/mc.names -+ rm $OPIE_TMP/mc.map -+ - # Figure out which app groups are - GROUP=`ls $OPIE_DIR/apps \ - | grep -v Setting \ -@@ -38,39 +44,55 @@ - | $OPIE_SH -g -i -M "Select which group" -l -F \ - | sed -e"s/Pim/1Pim/g"` - -+ echo -e "\n\n---------- DEBUGGING OUTPUT ----------\n" -+ - for i in $OPIE_DIR/apps/$GROUP/*.desktop ; do - # Extract the name and what is run -- EXEC=`grep "Exec=" $i | sed -e"s/.*=//g` -- NAME=`grep "Name=" $i | sed -e"s/.*=//g` -+ EXEC="`egrep "Exec.*=" $i | sed -e "s/.*=//g"| sed "s/^\ //"`" -+ NAME="`egrep "Name.*=" $i | head -1 | sed -e "s/.*=//g"| sed "s/^\ //"`" - - # Where is the file actually located? - # This doesnt handle spaces. - FOUND="false" -- for j in `echo $PATH | sed -e"s/:/ /g"`; do -- if [ -x $j/$EXEC ]; then -+ #echo -e "* * [$i] [$NAME] [$EXEC]\n\n" -+ for j in `echo $PATH | sed -e "s/:/ /g"`; do -+ # echo "* * * teste [$j]/$EXEC" -+ if [ -x "$j/$EXEC" ]; then - EXEC="$j/$EXEC" - FOUND="true" -+ # echo "* * * * found $NAME" - break - fi - done - - # Did we find the object? - if [ "$FOUND" = "false" ]; then -- echo "Could not find $EXEC in path" -+ echo -e "* * * * [$EXEC] not found in path" - continue - fi - -- echo $NAME >> $OPIE_TMP/mc.names -- echo $NAME=$EXEC >> $OPIE_TMP/mc.map -+ echo "$NAME" >> $OPIE_TMP/mc.names -+ echo "$NAME=$EXEC" >> $OPIE_TMP/mc.map - - done -- -- SELECTION=`cat $OPIE_TMP/mc.names | $OPIE_SH -g -i -M "Select which application" -l -F` -+ -+ echo -e "\n--------------------------------------\n\n" -+ -+ SELECTION=`cat $OPIE_TMP/mc.names | $OPIE_SH -g -i -M "Select which application" -l -F` - LOCATION=`grep "$SELECTION" $OPIE_TMP/mc.map | sed -e"s/.*=//g"` - - rm $OPIE_TMP/mc.names - rm $OPIE_TMP/mc.map - -+ # User aborted -+ if test -z "$SELECTION" -+ then -+ echo "User aborted" -+ cleanup -+ exit 1 -+ fi -+ -+ - return - } - -@@ -112,7 +134,7 @@ - } - - is_compat() { -- if [ "`ls -l \"$1\" | sed -e\"s/.*-> //g\"`" = "$OPIE_COMPAT" ]; then -+ if [ "`ls -l \"$1\" | sed -e \"s/.*-> //g\"`" = "$OPIE_COMPAT" ]; then - echo "Is already linked to compat lib" - return 1 - else diff --git a/packages/sharp-binary-only/sharp-compat-libs/qt2310.patch b/packages/sharp-binary-only/sharp-compat-libs/qt2310.patch deleted file mode 100644 index da61d1c6a3..0000000000 --- a/packages/sharp-binary-only/sharp-compat-libs/qt2310.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- oz-compat-0.5/opt/QtPalmtop.compat/bin/runcompat.orig 2005-02-11 14:12:00 +0100 -+++ oz-compat-0.5/opt/QtPalmtop.compat/bin/runcompat 2005-02-11 15:17:50 +0100 -@@ -5,6 +5,10 @@ - - echo $0 - -+if [ ! -e "/tmp/qtembedded-root/QtEmbedded-0" ] ; then -+ ln -sf /tmp/qtembedded-0/QtEmbedded-0 /tmp/qtembedded-root/QtEmbedded-0 -+fi -+ - PROG=`basename $0` - - if [ "$PROG" != "runcompat" ]; then |