diff options
Diffstat (limited to 'meta-extras')
106 files changed, 0 insertions, 4502 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 50d7d70e93..0000000000 --- a/meta-extras/packages/eventlog/eventlog_0.2.5.bb +++ /dev/null @@ -1,11 +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 pkgconfig - -do_stage () { - autotools_stage_all -} 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" |
