Move check, policykit and xerces-c to meta-moblin

This commit is contained in:
Richard Purdie
2008-12-02 21:40:25 +00:00
parent 8a7ecd59c7
commit 63c279ef55
5 changed files with 0 additions and 0 deletions

View File

@@ -1,20 +0,0 @@
DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
PR="r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
S = "${WORKDIR}/check-${PV}"
inherit autotools
EXTRA_OECONF += "--enable-plain-docdir"
do_stage() {
install -m 0644 ${S}/src/check.h ${STAGING_INCDIR}/check.h
oe_libinstall -a -C src libcheck ${STAGING_LIBDIR}
}

View File

@@ -1,19 +0,0 @@
DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
file://configure_fix.patch;patch=1"
S = "${WORKDIR}/check-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF += "--enable-plain-docdir"
do_stage() {
autotools_stage_all
}

View File

@@ -1,12 +0,0 @@
Index: check-0.9.5/configure.ac
===================================================================
--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000
+++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000
@@ -71,6 +71,7 @@
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
+AM_PROG_CC_C_O
if test -n "$GCC"; then
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
fi

View File

@@ -1,18 +0,0 @@
HOMEPAGE = "http://www.packagekit.org/"
PR = "r4"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
DEPENDS = "pam expat dbus-glib"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
S = "${WORKDIR}/PolicyKit-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}

View File

@@ -1,36 +0,0 @@
DESCRIPTION = "Xerces-c is a validating xml parser written in C++"
HOMEPAGE = "http://xerces.apache.org/xerces-c/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MIT"
PR = "r1"
SRC_URI = "http://mirror.serversupportforum.de/apache/xerces/c/2/sources/xerces-c-src_2_8_0.tar.gz"
S = "${WORKDIR}/xerces-c-src_2_8_0/src/xercesc"
inherit autotools pkgconfig
CCACHE = ""
export XERCESCROOT="${WORKDIR}/xerces-c-src_2_8_0"
export cross_compiling = "yes"
do_configure() {
./runConfigure -plinux -c"${CC}" -x"${CXX}" -minmem -nsocket -tnative -rpthread -P${D}${prefix} \
-C--build=${BUILD_SYS} \
-C--host=${HOST_SYS} \
-C--target=${TARGET_SYS} \
}
do_compile() {
${MAKE}
}
do_stage () {
oe_libinstall -C ${XERCESCROOT}/lib libxerces-c ${STAGING_LIBDIR}
oe_libinstall -C ${XERCESCROOT}/lib libxerces-depdom ${STAGING_LIBDIR}
cp -pPR ${XERCESCROOT}/include/xercesc ${STAGING_INCDIR}
}
do_install () {
${MAKE} install
}