summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/tasks/task-poky-lsb.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 18:47:30 +0100
commit560b04181d8f51d189b99f01a72f17210dadf7a3 (patch)
tree8114c4d01ec6519fd278d733a59036b6a58c7215 /meta/recipes-extended/tasks/task-poky-lsb.bb
parent607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff)
downloadopenembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz
openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.bz2
openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.xz
openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.zip
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tasks/task-poky-lsb.bb')
-rw-r--r--meta/recipes-extended/tasks/task-poky-lsb.bb198
1 files changed, 0 insertions, 198 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb
deleted file mode 100644
index b56c07beb..000000000
--- a/meta/recipes-extended/tasks/task-poky-lsb.bb
+++ /dev/null
@@ -1,198 +0,0 @@
-#
-# Copyright (C) 2010 Intel Corporation
-#
-
-DESCRIPTION = "Create Small Image Tasks"
-PR = "r3"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
- file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-PACKAGES = "\
- task-poky-lsb \
- task-poky-sys-extended \
- task-poky-sys-extended-dbg \
- task-poky-sys-extended-dev \
- task-poky-db \
- task-poky-db-dbg \
- task-poky-db-dev \
- task-poky-misc \
- task-poky-misc-dbg \
- task-poky-misc-dev \
- task-poky-perl \
- task-poky-perl-dbg \
- task-poky-perl-dev \
- task-poky-python \
- task-poky-python-dbg \
- task-poky-python-dev \
- task-poky-tcl \
- task-poky-tcl-dbg \
- task-poky-tcl-dev \
- task-poky-lsb-perl-add \
- task-poky-lsb-python-add \
- task-poky-lsb-graphic-add \
- task-poky-lsb-runtime-add \
- task-poky-lsb-command-add \
- "
-
-
-ALLOW_EMPTY = "1"
-
-RDEPENDS_task-poky-lsb = "\
- task-poky-sys-extended \
- task-poky-db \
- task-poky-misc \
- task-poky-perl \
- task-poky-python \
- task-poky-tcl \
- task-poky-lsb-perl-add \
- task-poky-lsb-python-add \
- task-poky-lsb-graphic-add \
- task-poky-lsb-runtime-add \
- task-poky-lsb-command-add \
- "
-
-RDEPENDS_task-poky-sys-extended = "\
- binutils \
- 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 \
- "
-
-RDEPENDS_task-poky-db = "\
- db \
- sqlite3 \
- "
-
-RDEPENDS_task-poky-perl = "\
- gdbm \
- perl \
- zlib \
- "
-
-
-RDEPENDS_task-poky-python = "\
- expat \
- gdbm \
- gmp \
- ncurses \
- openssl \
- python \
- readline \
- zip \
- "
-
-RDEPENDS_task-poky-tcl = "\
- tcl \
- "
-
-RDEPENDS_task-poky-misc = "\
- elfutils \
- gettext \
- groff \
- lsb \
- lsbsetup \
- lsof \
- man \
- man-pages \
- ncurses \
- strace \
- libusb1 \
- usbutils \
- zlib \
- "
-
-RDEPENDS_task-poky-lsb-command-add = "\
- localedef \
- fontconfig-utils \
- mailx \
- msmtp \
- chkconfig \
-"
-# cups
-
-RDEPENDS_task-poky-lsb-perl-add = "\
- perl-modules \
- perl-dev \
- perl-misc \
- perl-pod \
-"
-
-RDEPENDS_task-poky-lsb-python-add = "\
- python-modules \
- python-misc \
-"
-
-RDEPENDS_task-poky-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 \
-"
-
-RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\
- libqtopengl4 \
-"
-RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\
- libqtopengl4 \
-"
-RDEPENDS_task-poky-lsb-graphic-add_qemuppc = "\
- libqtopengl4 \
-"
-
-# mesa-dri
-
-RDEPENDS_task-poky-lsb-runtime-add = "\
- ldd \
- pam-plugin-wheel \
- e2fsprogs-mke2fs \
- mkfontdir \
- liburi-perl \
- libxml-parser-perl \
- libxml-perl \
- eglibc-localedatas \
- eglibc-gconvs \
- eglibc-charmaps \
- eglibc-binaries \
- eglibc-localedata-posix \
- eglibc-extra-nss \
- eglibc-pcprofile \
- eglibc-pic \
- eglibc-utils \
-"