Initial population

git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-08-31 10:45:47 +00:00
commit 4b46c1f6e8
1032 changed files with 232488 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
SECTION = "x11/base"
include xtrans_${PV}.bb
inherit native

View File

@@ -0,0 +1,19 @@
SECTION = "x11/libs"
LICENSE = "MIT"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DESCRIPTION = "network API translation layer to \
insulate X applications and libraries from OS \
network vageries."
SRC_URI = "${XLIBS_MIRROR}/libXtrans-0.1.tar.bz2"
S = "${WORKDIR}/libXtrans-${PV}"
inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR}
}

View File

@@ -0,0 +1,20 @@
PV = "0.0cvs${CVSDATE}"
LICENSE = "MIT"
SECTION = "x11/libs"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DESCRIPTION = "network API translation layer to \
insulate X applications and libraries from OS \
network vageries."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans"
S = "${WORKDIR}/xtrans"
inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR}
}