From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: 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 Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/mythtv/mythtv-0.20/configure.patch | 90 ------------------------ packages/mythtv/mythtv-0.20/libmyth-libdir.patch | 11 --- 2 files changed, 101 deletions(-) delete mode 100644 packages/mythtv/mythtv-0.20/configure.patch delete mode 100644 packages/mythtv/mythtv-0.20/libmyth-libdir.patch (limited to 'packages/mythtv/mythtv-0.20') diff --git a/packages/mythtv/mythtv-0.20/configure.patch b/packages/mythtv/mythtv-0.20/configure.patch deleted file mode 100644 index 03281eb7e5..0000000000 --- a/packages/mythtv/mythtv-0.20/configure.patch +++ /dev/null @@ -1,90 +0,0 @@ ---- mythtv-0.20/configure 2006-08-28 17:18:08.000000000 +0100 -+++ mythtv-0.20/configure 2007-01-16 14:42:18.000000000 +0000 -@@ -1225,49 +1225,50 @@ - - has_library() - { -- if test -f /etc/ld.so.conf ; then -- LIBPATHS=`cat /etc/ld.so.conf | grep -v "#" | grep -v "include"` -+ lib=`echo $1 | sed 's/^lib//'` -+ tmpfile=/tmp/conftest.$$ -+ rm -f $tmpfile $tmpfile.c -+ cat >$tmpfile.c < /dev/null | head -n 1` != x"" ; then -- HAS_IT="yes" -- fi -- done -- expr $HAS_IT : "yes" > /dev/null -+ rm -f $tmpfile $tmpfile.c -+ return $result - } - - has_header() - { -- HPATHS="/usr/local/include /usr/include /usr/include/g++-v3 /usr/X11R6/include" -- INCL=`echo $DYLD_LIBRARY_PATH $LD_LIBRARY_PATH | sed s/':'/' '/g` -- HPATHS="$HPATHS `echo $INCL | sed s/$libdir_name/include/g` " -- -- HAS_IT="no" -- for HPATH in $HPATHS ; do -- if test x`ls $HPATH/$1* 2> /dev/null | head -n 1` != x"" ; then -- HAS_IT="yes" -- fi -- done -- expr $HAS_IT : "yes" > /dev/null -+ header=$1 -+ tmpfile=/tmp/conftest.$$ -+ rm -f $tmpfile.o $tmpfile.c -+ case $header in -+ X11/*) extra_incs="#include " ;; -+ *) extra_incs="" ;; -+ esac -+ cat >$tmpfile.c < -+int main() { return 0; } -+EOF -+ echo "cc=$cc $CPPFLAGS $CFLAGS" -+ echo -n "checking for <$header>... " -+ if $cc $CPPFLAGS $CFLAGS -c -o $tmpfile.o $tmpfile.c; then -+ echo "yes" -+ result=0 -+ else -+ echo "no" -+ result=1 -+ fi -+ rm -f $tmpfile.o $tmpfile.c -+ return $result - } - - CCONFIG="$CCONFIG $compile_type" diff --git a/packages/mythtv/mythtv-0.20/libmyth-libdir.patch b/packages/mythtv/mythtv-0.20/libmyth-libdir.patch deleted file mode 100644 index 0ecfddcb53..0000000000 --- a/packages/mythtv/mythtv-0.20/libmyth-libdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mythtv-0.20/libs/libmyth/libmyth.pro 2006-08-20 07:45:34.000000000 +0100 -+++ mythtv-0.20/libs/libmyth/libmyth.pro 2007-01-16 14:54:59.000000000 +0000 -@@ -33,6 +33,8 @@ - SOURCES += DisplayResScreen.cpp util-x11.cpp qmdcodec.cpp - SOURCES += virtualkeyboard.cpp mythobservable.cpp mythsocket.cpp - -+DEFINES += LIBDIR=\"$${LIBDIR}\" -+ - INCLUDEPATH += ../libmythsamplerate ../libmythsoundtouch ../.. ../ - DEPENDPATH += ../libmythsamplerate ../libmythsoundtouch ../ ../libmythui - -- cgit v1.2.3