From 272cb74d70686cb7f72005dc25e02f38b46ecd57 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 29 Aug 2012 11:38:34 +0100 Subject: Rename task to packagegroup "Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/tasks/task-core-lsb.bb | 202 --------------------------- 1 file changed, 202 deletions(-) delete mode 100644 meta/recipes-extended/tasks/task-core-lsb.bb (limited to 'meta/recipes-extended/tasks/task-core-lsb.bb') diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb deleted file mode 100644 index be9eac2954..0000000000 --- a/meta/recipes-extended/tasks/task-core-lsb.bb +++ /dev/null @@ -1,202 +0,0 @@ -# -# Copyright (C) 2010 Intel Corporation -# - -DESCRIPTION = "Create Small Image Tasks" -PR = "r9" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -PACKAGES = "\ - task-core-lsb \ - task-core-sys-extended \ - task-core-sys-extended-dbg \ - task-core-sys-extended-dev \ - task-core-db \ - task-core-db-dbg \ - task-core-db-dev \ - task-core-misc \ - task-core-misc-dbg \ - task-core-misc-dev \ - task-core-perl \ - task-core-perl-dbg \ - task-core-perl-dev \ - task-core-python \ - task-core-python-dbg \ - task-core-python-dev \ - task-core-tcl \ - task-core-tcl-dbg \ - task-core-tcl-dev \ - task-core-lsb-perl-add \ - task-core-lsb-python-add \ - task-core-lsb-graphic-add \ - task-core-lsb-runtime-add \ - task-core-lsb-command-add \ - " - - -ALLOW_EMPTY = "1" - -RDEPENDS_task-core-lsb = "\ - task-core-sys-extended \ - task-core-db \ - task-core-misc \ - task-core-perl \ - task-core-python \ - task-core-tcl \ - task-core-lsb-perl-add \ - task-core-lsb-python-add \ - task-core-lsb-graphic-add \ - task-core-lsb-runtime-add \ - task-core-lsb-command-add \ - " - -RDEPENDS_task-core-sys-extended = "\ - binutils \ - binutils-symlinks \ - chkconfig \ - curl \ - dhcp-client \ - diffutils \ - gamin \ - hdparm \ - libaio \ - libxml2 \ - lrzsz \ - lzo \ - mc \ - mdadm \ - minicom \ - neon \ - parted \ - ${PTH} \ - quota \ - screen \ - setserial \ - sysstat \ - unzip \ - watchdog \ - which \ - xinetd \ - zip \ - lsbinitscripts \ - " - -RDEPENDS_task-core-db = "\ - db \ - sqlite3 \ - " - -RDEPENDS_task-core-perl = "\ - gdbm \ - perl \ - zlib \ - " - - -RDEPENDS_task-core-python = "\ - expat \ - gdbm \ - gmp \ - ncurses \ - openssl \ - python \ - readline \ - zip \ - " - -RDEPENDS_task-core-tcl = "\ - tcl \ - " - -RDEPENDS_task-core-misc = "\ - elfutils \ - gettext \ - gettext-runtime \ - groff \ - lsb \ - lsbsetup \ - lsbtest \ - lsof \ - man \ - man-pages \ - ncurses \ - strace \ - libusb1 \ - usbutils \ - zlib \ - " - -RDEPENDS_task-core-lsb-command-add = "\ - localedef \ - fontconfig-utils \ - mailx \ - msmtp \ - chkconfig \ - xdg-utils \ - foomatic-filters \ - cups \ - ghostscript \ -" - -RDEPENDS_task-core-lsb-perl-add = "\ - perl-modules \ - perl-misc \ - perl-pod \ -" - -RDEPENDS_task-core-lsb-python-add = "\ - python-modules \ - python-misc \ -" - -RDEPENDS_task-core-lsb-graphic-add = "\ - libqtcore4 \ - libqtgui4 \ - libqtsql4 \ - libqtsvg4 \ - libqtxml4 \ - libqtnetwork4 \ - libxt \ - libxxf86vm \ - libdrm \ - libglu \ - libxi \ - libxtst \ - qt4-plugin-sqldriver-sqlite \ - libx11-locale \ - xorg-minimal-fonts \ - gdk-pixbuf-loader-ico \ - gdk-pixbuf-loader-bmp \ - gdk-pixbuf-loader-ani \ - gdk-pixbuf-xlib \ - liberation-fonts \ - gtk+ \ - atk \ - libasound \ - ${@base_contains("DISTRO_FEATURES", "opengl", "libqtopengl4", "", d)} \ -" - -RDEPENDS_task-core-lsb-runtime-add = "\ - ldd \ - pam-plugin-wheel \ - e2fsprogs-mke2fs \ - mkfontdir \ - liburi-perl \ - libxml-parser-perl \ - libxml-perl \ - libxml-sax-perl \ - eglibc-localedatas \ - eglibc-gconvs \ - eglibc-charmaps \ - eglibc-binaries \ - eglibc-localedata-posix \ - eglibc-extra-nss \ - eglibc-pcprofile \ - eglibc-utils \ -" - -PTH = "pth" -PTH_libc-uclibc = "" - -- cgit v1.2.3-54-g00ecf