1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00

packages: Separate out most of the remaining packages into recipes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-01 19:09:11 +01:00
parent caab7fc509
commit d62ee7eaf2
569 changed files with 0 additions and 76 deletions
@@ -1,15 +0,0 @@
DESCRIPTION = "Clutter Helix"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "helix-libs"
FILESPATH = "${FILE_DIRNAME}/clutter-helix"
COMPATIBLE_HOST = '(x86_64|i.86.*)-linux'
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player"
inherit autotools pkgconfig gtk-doc
@@ -1,8 +0,0 @@
require clutter-helix.inc
PV = "0.8.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.clutter-project.org/clutter-helix.git;protocol=git"
S = "${WORKDIR}/git"
@@ -1,14 +0,0 @@
DESCRIPTION = "Clutter Mozilla Embedded"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "mozilla-headless mozilla-headless-services clutter-1.0"
FILESPATH = "${FILE_DIRNAME}/clutter-mozembed"
FILES_${PN} =+ "${datadir}/cluttermozembed/chrome/"
EXTRA_OECONF = "--enable-plugins"
inherit autotools pkgconfig gtk-doc
@@ -1,14 +0,0 @@
require clutter-mozembed.inc
PV = "0.8.0+git${SRCPV}"
PR = "r7"
SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \
file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \
file://link-with-g++.patch;patch=1;notrev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41"
S = "${WORKDIR}/git"
do_configure_prepend () {
touch ${S}/clutter-mozembed/dummy.cpp
touch ${S}/clutter-mozembed/dummy2.cpp
}