diff options
Diffstat (limited to 'meta-extras')
56 files changed, 0 insertions, 2686 deletions
diff --git a/meta-extras/COPYING.MIT b/meta-extras/COPYING.MIT deleted file mode 100644 index fb950dc69f..0000000000 --- a/meta-extras/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/meta-extras/conf/machine/android-goldfish.conf b/meta-extras/conf/machine/android-goldfish.conf deleted file mode 100644 index 099c475f09..0000000000 --- a/meta-extras/conf/machine/android-goldfish.conf +++ /dev/null @@ -1,18 +0,0 @@ -#@TYPE: Machine -#@NAME: Android Machine setup -#@DESCRIPTION: Machine configuration for the Android platform - -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" - -require conf/machine/include/qemu.inc -require conf/machine/include/tune-arm926ejs.inc - -KERNEL_IMAGETYPE = "zImage" - -IMAGE_FSTYPES = "tar.bz2 yaffs2" -EXTRA_IMAGECMD_yaffs2 = "0" - -SERIAL_CONSOLE = "115200 ttyS0" - -PREFERRED_PROVIDER_virtual/kernel = "linux-android-goldfish" diff --git a/meta-extras/packages/acct/acct_6.3.99+6.4pre1.bb b/meta-extras/packages/acct/acct_6.3.99+6.4pre1.bb deleted file mode 100644 index 078013c39b..0000000000 --- a/meta-extras/packages/acct/acct_6.3.99+6.4pre1.bb +++ /dev/null @@ -1,9 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "GNU Accounting Utilities - user and process accounting." - -SRC_URI = "http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/acct-6.4-pre1.tar.gz \ - file://cross-compile.patch;patch=1" - -S = "${WORKDIR}/acct-6.4-pre1" - -inherit autotools diff --git a/meta-extras/packages/acct/files/cross-compile.patch b/meta-extras/packages/acct/files/cross-compile.patch deleted file mode 100644 index 78b57104c7..0000000000 --- a/meta-extras/packages/acct/files/cross-compile.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -ur acct-6.4-pre1.org/configure.in acct-6.4-pre1/configure.in ---- acct-6.4-pre1.org/configure.in 2006-01-07 23:56:46.000000000 +0200 -+++ acct-6.4-pre1/configure.in 2006-08-03 21:16:17.000000000 +0300 -@@ -87,6 +87,10 @@ - ACCTON_MAN=accton.8 - LASTCOMM_MAN=lastcomm.1 - SA_MAN=sa.8 -+ WTMP_FILE_LOC=/var/log/wtmp -+ ACCT_FILE_LOC=/var/account/pacct -+ SAVACCT_FILE_LOC=/var/account/savacct -+ USRACCT_FILE_LOC=/var/account/usracct - AC_DEFINE(HAVE_ACUTIME, , - [Define if <sys/acct.h> has the AC_UTIME field.]) - AC_DEFINE(ACUTIME_COMPT, , -@@ -130,6 +134,10 @@ - ACCTON_MAN=accton.8 - LASTCOMM_MAN=lastcomm.1 - SA_MAN=sa.8 -+ WTMP_FILE_LOC=/var/log/wtmp -+ ACCT_FILE_LOC=/var/account/pacct -+ SAVACCT_FILE_LOC=/var/account/savacct -+ USRACCT_FILE_LOC=/var/account/usracct - AC_HEADER_EGREP(ac_utime, sys/acct.h, - AC_DEFINE(HAVE_ACUTIME, , - [Define if <sys/acct.h> has the AC_UTIME field.]) -@@ -277,7 +285,7 @@ - } - ], . ./locs; rm locs, - echo "Error -- could not locate your wtmp and acct files."; exit 1, -- echo "Sorry -- you cannot cross-compile this package (FIXME)."; exit 1 ) -+ echo "Cross-compiling - cannot find out accounting file locations - using Linux defaults."; ) - AC_TYPE_PID_T dnl for sys/acct.h - AC_TYPE_UID_T dnl same as above - AC_TYPE_SIZE_T diff --git a/meta-extras/packages/eventlog/eventlog_0.2.5.bb b/meta-extras/packages/eventlog/eventlog_0.2.5.bb deleted file mode 100644 index da0e2e0034..0000000000 --- a/meta-extras/packages/eventlog/eventlog_0.2.5.bb +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "Replacement syslog API" -LICENSE = "BSD" -PR = "r1" - -SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz" - -inherit autotools_stage pkgconfig diff --git a/meta-extras/packages/evince/evince_2.20.0.bb b/meta-extras/packages/evince/evince_2.20.0.bb deleted file mode 100644 index be18d911aa..0000000000 --- a/meta-extras/packages/evince/evince_2.20.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Evince is a document viewer for document formats like PDF, PS, DjVu." -LICENSE = "GPL" -SECTION = "x11/office" -DEPENDS = "gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring" - -inherit gnome pkgconfig gtk-icon-cache - -SRC_URI += "file://no-icon-theme.diff;patch=1;pnum=0" - -EXTRA_OECONF = "--without-libgnome --disable-thumbnailer" diff --git a/meta-extras/packages/evince/evince_svn.bb b/meta-extras/packages/evince/evince_svn.bb deleted file mode 100644 index 8df9577f87..0000000000 --- a/meta-extras/packages/evince/evince_svn.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Evince is a document viewer for document formats like PDF, PS, DjVu." -LICENSE = "GPL" -SECTION = "x11/office" -DEPENDS = "gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring" -PV = "0.9.0+svnr${SRCREV}" - -inherit gnome pkgconfig gtk-icon-cache - -SRC_URI = "svn://svn.gnome.org/svn/evince;module=trunk \ - file://no-icon-theme.diff;patch=1;pnum=0" - -S = "${WORKDIR}/trunk" - -EXTRA_OECONF = "--without-libgnome --disable-thumbnailer" diff --git a/meta-extras/packages/evince/files/no-icon-theme.diff b/meta-extras/packages/evince/files/no-icon-theme.diff deleted file mode 100644 index 7b7771ba06..0000000000 --- a/meta-extras/packages/evince/files/no-icon-theme.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure.ac -=================================================================== ---- configure.ac (revision 2436) -+++ configure.ac (working copy) -@@ -57,7 +57,7 @@ - PKG_CHECK_MODULES(LIB, gtk+-2.0 >= $GTK_REQUIRED libxml-2.0 >= $LIBXML_REQUIRED) - PKG_CHECK_MODULES(BACKEND, gtk+-2.0 >= $GTK_REQUIRED gnome-vfs-2.0) - PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 gnome-vfs-2.0) --PKG_CHECK_MODULES(SHELL_CORE, libxml-2.0 >= $LIBXML_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED gnome-vfs-2.0 libglade-2.0 gconf-2.0 gnome-keyring-1 >= $KEYRING_REQUIRED) -+PKG_CHECK_MODULES(SHELL_CORE, libxml-2.0 >= $LIBXML_REQUIRED gtk+-2.0 >= $GTK_REQUIRED gnome-vfs-2.0 libglade-2.0 gconf-2.0 gnome-keyring-1 >= $KEYRING_REQUIRED) - - AC_ARG_WITH(libgnome, - AC_HELP_STRING([--without-libgnome],[disable the use of libgnome]), diff --git a/meta-extras/packages/flumotion/flumotion/no-check-for-python-stuff.patch b/meta-extras/packages/flumotion/flumotion/no-check-for-python-stuff.patch deleted file mode 100644 index 08503c82e0..0000000000 --- a/meta-extras/packages/flumotion/flumotion/no-check-for-python-stuff.patch +++ /dev/null @@ -1,68 +0,0 @@ -Index: flumotion-0.4.1/configure.ac -=================================================================== ---- flumotion-0.4.1.orig/configure.ac 2007-03-05 17:16:48.121264330 +0100 -+++ flumotion-0.4.1/configure.ac 2007-03-05 17:20:40.343837320 +0100 -@@ -73,13 +73,6 @@ - AC_MSG_ERROR([PyGTK 2.5.2 contains known bugs, please install other version]) - fi - --if test "x$DISPLAY" != "x"; then -- AS_PYTHON_IMPORT([gtk.glade],, -- AC_MSG_ERROR([You need to have python libglade bindings installed])) --else -- AC_MSG_NOTICE([Not trying to import gtk.glade because DISPLAY is unset]) --fi -- - if test $GST_010_SUPPORTED = "no"; then - AC_MSG_ERROR([No appropriate version of PyGTK installed. Correct the above - errors and try again.]) -@@ -94,16 +87,6 @@ - [AC_MSG_RESULT([$PYGST_010_PKG_ERRORS]) - GST_010_SUPPORTED=no]) - -- if test $GST_010_SUPPORTED = "yes"; then -- saved_PYTHONPATH=$PYTHONPATH -- export PYTHONPATH=$PYGST_010_DIR:$PYTHONPATH -- AS_PYTHON_IMPORT([gst],, -- [AC_MSG_NOTICE([Unable to import gst-python 0.10 -- check your PYTHONPATH?]) -- GST_010_SUPPORTED=no], -- [import pygst; pygst.require('0.10')], -- [assert gst.pygst_version[[1]] == 10 or (gst.pygst_version[[1]] == 9 and gst.pygst_version[[2]] >= 7)]) -- -- fi - fi - - if test $GST_010_SUPPORTED = "no"; then -@@ -158,32 +141,7 @@ - AC_CHECK_PROG(PYCHECKER, pychecker, yes, no) - AM_CONDITIONAL(HAVE_PYCHECKER, test "x$PYCHECKER" = "xyes") - --dnl check for Twisted --AS_PYTHON_IMPORT(twisted, -- [ -- AC_MSG_CHECKING(for Twisted >= 2.0.1) -- prog=" --import sys --import twisted.copyright --minver = '2.0.1' --if twisted.copyright.version < minver: -- sys.exit(1) --sys.exit(0) --" -- if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC -- then -- AC_MSG_RESULT(found) -- else -- AC_MSG_RESULT(too old) -- AC_MSG_ERROR([You need at least version 2.0.1 of Twisted]) -- fi -- ] -- , -- AC_MSG_ERROR([You need at least version 2.0.1 of Twisted]) --) - --TWISTED_MODULE([twisted.names]) --TWISTED_MODULE([twisted.web]) - - AC_CONFIG_FILES([env], [chmod +x env]) - AC_CONFIG_FILES([bin/flumotion], [chmod +x bin/flumotion]) diff --git a/meta-extras/packages/flumotion/flumotion/python-path.patch b/meta-extras/packages/flumotion/flumotion/python-path.patch deleted file mode 100644 index 377994e729..0000000000 --- a/meta-extras/packages/flumotion/flumotion/python-path.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: flumotion-0.3.1/common/as-python.m4 -=================================================================== ---- flumotion-0.3.1.orig/common/as-python.m4 2007-03-02 15:26:46.704717964 +0100 -+++ flumotion-0.3.1/common/as-python.m4 2007-03-02 15:27:28.601326374 +0100 -@@ -199,6 +199,12 @@ - AC_MSG_CHECKING(for headers required to compile python extensions) - - dnl deduce PYTHON_INCLUDES -+ -+ AC_ARG_WITH(python-includes, -+ [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) -+ if test x$py_exec_prefix != x; then -+ PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" -+ else - py_prefix=`$PYTHON -c "import sys; print sys.prefix"` - py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` - PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -@@ -206,6 +212,7 @@ - if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" - fi -+ fi - AC_SUBST(PYTHON_INCLUDES) - - dnl check if the headers exist: diff --git a/meta-extras/packages/flumotion/flumotion_0.4.1.bb b/meta-extras/packages/flumotion/flumotion_0.4.1.bb deleted file mode 100644 index 976c8c4142..0000000000 --- a/meta-extras/packages/flumotion/flumotion_0.4.1.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "Fluendo Streaming Server" -LICENSE = "GPL" -DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk" -RDEPENDS = "python-resource python-pprint python-threading \ - python-imaging python-xml python-curses \ - python-compression python-fcntl python-pygobject \ - python-pickle python-netclient python-datetime \ - python-crypt python-twisted-core python-twisted-web \ - python-lang python-zopeinterface python-textutils \ - python-gst python-misc" -RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo" -PR = "r10" - -SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ - file://python-path.patch;patch=1 \ - file://no-check-for-python-stuff.patch;patch=1" - -inherit autotools distutils-base pkgconfig - -export EPYDOC = "no" - -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" - -PACKAGES =+ "flumotion-gui" - -FILES_${PN}-dbg += "${libdir}/flumotion/python/flumotion/extern/*/.debug/*" -FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion" -FILES_${PN}-dev += "${libdir}/pkgconfig" -FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ - ${libdir}/flumotion/python/flumotion/admin/gtk \ - ${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \ - ${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \ - ${libdir}/flumotion/python/flumotion/extern/*.py* \ - ${libdir}/flumotion/python/flumotion/extern/fdpass/*.py* \ - ${libdir}/flumotion/python/flumotion/extern/fdpass/fdpass.so \ - ${libdir}/flumotion/python/flumotion/extern/pytrayicon/*.py* \ - ${libdir}/flumotion/python/flumotion/extern/pytrayicon/pytrayicon.so \ - ${libdir}/flumotion/python/flumotion/manager \ - ${libdir}/flumotion/python/flumotion/ui \ - ${libdir}/flumotion/python/flumotion/wizard \ - ${datadir}/pixmaps ${datadir}/flumotion ${datadir}/applications" diff --git a/meta-extras/packages/images/poky-image-extras.bb b/meta-extras/packages/images/poky-image-extras.bb deleted file mode 100644 index 7ad5fd5171..0000000000 --- a/meta-extras/packages/images/poky-image-extras.bb +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# - -IMAGE_FEATURES += "apps-core apps-pda" - -inherit poky-image - -IMAGE_INSTALL += "task-poky-extraapps" diff --git a/meta-extras/packages/libol/libol_0.3.18.bb b/meta-extras/packages/libol/libol_0.3.18.bb deleted file mode 100644 index 8c877667a3..0000000000 --- a/meta-extras/packages/libol/libol_0.3.18.bb +++ /dev/null @@ -1,8 +0,0 @@ -PR = "r7" - -SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz" - -S = "${WORKDIR}/${PN}-${PV}" - -inherit autotools_stage binconfig - diff --git a/meta-extras/packages/libxosd/files/autofoo.patch b/meta-extras/packages/libxosd/files/autofoo.patch deleted file mode 100644 index e26f15e9e5..0000000000 --- a/meta-extras/packages/libxosd/files/autofoo.patch +++ /dev/null @@ -1,116 +0,0 @@ -Index: current/configure.ac -=================================================================== ---- current.orig/configure.ac 2007-06-14 09:06:04.000000000 +0000 -+++ current/configure.ac 2007-06-14 09:14:37.000000000 +0000 -@@ -52,8 +52,6 @@ - CFLAGS="$CFLAGS $X_CFLAGS -Wall" - - dnl Checks for libraries. --AM_PATH_GTK(1.2.2,, -- AC_MSG_WARN([*** GTK+ >= 1.2.2 not found ***])) - AC_CHECK_LIB(X11, XInitThreads,, - AC_MSG_ERROR([*** X11 not threadsafe ***])) - AC_CHECK_LIB(Xext, XShapeQueryExtension,, -@@ -107,63 +105,6 @@ - AC_MSG_WARN("beep media player not found") - fi - --dnl Check for xmms --AM_PATH_XMMS(1.2.7,, -- AC_MSG_WARN("xmms plugins can not be built")) --dnl Override where to place libxmms_xosd.so --AC_ARG_WITH([plugindir], -- AC_HELP_STRING([--with-plugindir=DIR], -- [Set the xmms plugin directory]), -- [XMMS_PLUGIN_DIR="$withval"], -- [XMMS_PLUGIN_DIR="$XMMS_GENERAL_PLUGIN_DIR"]) -- --dnl Check for gdk-pixbuf --AM_PATH_GDK_PIXBUF(0.22.0,, -- AC_MSG_WARN("new xmms plugin can not be built")) --dnl Override where to place pixmaps for libxmms_xosd.so --AC_ARG_WITH([pixmapdir], -- AC_HELP_STRING([--with-pixmapdir=DIR], -- [Set the directory for xmms plugin pixmaps]), -- [XMMS_PIXMAPDIR="$withval"], -- [XMMS_PIXMAPDIR="${datadir}/xosd"]) --AC_SUBST(XMMS_PIXMAPDIR) -- --dnl NEW plugin --AC_ARG_ENABLE([new-plugin], -- AC_HELP_STRING([--disable-new-plugin], -- [Disable new xmms plugin (enabled by default)]), -- [enable_new_plugin="$enableval"], -- [enable_new_plugin="yes"]) --AC_MSG_CHECKING([whether new xmms plugin was requested]) --AC_MSG_RESULT($enable_new_plugin) --AM_CONDITIONAL([BUILD_NEW_PLUGIN], -- [test x"$enable_new_plugin" = "xyes" -a x"$no_xmms" != "xyes" -a x"$no_gdk_pixbuf" != "xyes"]) -- -- --dnl Check for Beep Media player --AC_ARG_ENABLE([beep_media_player_plugin], -- AC_HELP_STRING([--enable-beep_media_player_plugin], -- [Enable beep media plugin (enabled by default)]), -- [beep_media_player_plugin="$enableval"], -- [beep_media_player_plugin="yes"]) --AC_MSG_CHECKING([whether beep media plugin was requested]) --AC_MSG_RESULT($beep_media_player_plugin) -- --AM_CONDITIONAL([BUILD_BEEP_MEDIA_PLUGIN], -- [test x"$beep_media_player_plugin" = "xyes" -a x"$no_bmp" == "xyes"]) -- --dnl OLD plugin --AC_ARG_ENABLE([old-plugin], -- AC_HELP_STRING([--enable-old-plugin], -- [Enable old xmms plugin (disabled by default)]), -- [enable_old_plugin="$enableval"], -- [enable_old_plugin="no"]) --AC_MSG_CHECKING([whether old xmms plugin was requested]) --AC_MSG_RESULT($enable_old_plugin) --AM_CONDITIONAL([BUILD_OLD_PLUGIN], -- [test x"$enable_old_plugin" = "xyes" -a x"$no_xmms" != "xyes"]) -- -- - dnl Define XOSD_VERSION - AC_DEFINE_UNQUOTED(XOSD_VERSION, "${VERSION}") - -@@ -174,8 +115,6 @@ - Makefile - src/Makefile - src/libxosd/Makefile --src/xmms_plugin/Makefile --src/bmp_plugin/Makefile - macros/Makefile - man/Makefile - pixmaps/Makefile -Index: current/src/Makefile.am -=================================================================== ---- current.orig/src/Makefile.am 2007-06-14 09:06:04.000000000 +0000 -+++ current/src/Makefile.am 2007-06-14 09:14:37.000000000 +0000 -@@ -10,6 +10,4 @@ - - include_HEADERS = xosd.h - --AM_CFLAGS = ${GTK_CFLAGS} -- --SUBDIRS=libxosd xmms_plugin bmp_plugin -+SUBDIRS=libxosd -Index: current/Makefile.am -=================================================================== ---- current.orig/Makefile.am 2007-06-14 09:06:04.000000000 +0000 -+++ current/Makefile.am 2007-06-14 09:16:15.000000000 +0000 -@@ -1,11 +1,5 @@ --if BUILD_NEW_PLUGIN -- NEW_SUB = pixmaps --endif --if BUILD_BEEP_MEDIA_PLUGIN -- NEW_SUB = pixmaps --endif --SUBDIRS = macros man $(NEW_SUB) src script --DIST_SUBDIRS = macros man pixmaps src script -+SUBDIRS = macros man src script -+DIST_SUBDIRS = macros man src script - - DISTCLEANFILES = libtool-disable-static - diff --git a/meta-extras/packages/libxosd/files/use-sane-default-font.patch b/meta-extras/packages/libxosd/files/use-sane-default-font.patch deleted file mode 100644 index 0ede1351e2..0000000000 --- a/meta-extras/packages/libxosd/files/use-sane-default-font.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: current/src/libxosd/xosd.c -=================================================================== ---- current.orig/src/libxosd/xosd.c 2007-06-16 19:37:48.000000000 +0000 -+++ current/src/libxosd/xosd.c 2007-06-17 05:00:47.000000000 +0000 -@@ -26,7 +26,7 @@ - #define XOFFSET 10 - - const char * const osd_default_font = -- "-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*"; -+ "fixed"; - #if 0 - "-adobe-helvetica-bold-r-*-*-10-*"; - #endif diff --git a/meta-extras/packages/libxosd/libxosd_svn.bb b/meta-extras/packages/libxosd/libxosd_svn.bb deleted file mode 100644 index da0ba0a418..0000000000 --- a/meta-extras/packages/libxosd/libxosd_svn.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "A library for displaying a TV-like on-screen display in X." -SECTION = "libs/x11" -DEPENDS = "virtual/libx11 libxext" -LICENSE = "LGPL" -PV = "2.2.15+svnr${SRCREV}" -PR = "r5" - -SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=current;proto=https \ - file://autofoo.patch;patch=1 \ - file://use-sane-default-font.patch;patch=1" - -S = "${WORKDIR}/current" - -inherit autotools_stage binconfig - -PACKAGES =+ "${PN}-examples-dbg ${PN}-examples" -FILES_${PN}-examples = "${bindir}/osd_cat" -FILES_${PN}-examples-dbg += "${bindir}/.debug/" -FILES_${PN}-dev += "${bindir}/xosd-config" -FILES_${PN} = "${libdir}/libxosd.so.*" diff --git a/meta-extras/packages/linux/linux-android-goldfish/binutils |
