diff options
author | xf005570@ <xf005570@> | 2003-09-16 18:50:27 +0000 |
---|---|---|
committer | xf005570@ <xf005570@> | 2003-09-16 18:50:27 +0000 |
commit | d3aa25dd28cb8ae476872f38abf60333712c9cc7 (patch) | |
tree | 1d2cc72056c77a86ac8e7ead4903dd19bcbb7802 /content/openobex-apps-1.0.0.oe | |
parent | 9dcca95ad0c76a549a119811926326261d545e43 (diff) |
Some initial updates per the switch to the autotools oeclass. Still a great deal of .oe files to update.
BKrev: 3f675b73lRNfFY6XmSi7IYJayy-cqQ
Diffstat (limited to 'content/openobex-apps-1.0.0.oe')
-rw-r--r-- | content/openobex-apps-1.0.0.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/openobex-apps-1.0.0.oe b/content/openobex-apps-1.0.0.oe index e69de29bb2..cf66f11402 100644 --- a/content/openobex-apps-1.0.0.oe +++ b/content/openobex-apps-1.0.0.oe @@ -0,0 +1,18 @@ +DEPENDS = virtual/libc openobex +RDEPENDS = libc6 libopenobex1 + +SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OEMAKE = +EXTRA_OECONF = --disable-glibtest --with-glib-prefix=${STAGING_DIR}/target +export OPENOBEX_CFLAGS=-I${STAGING_DIR}/target/include +export OPENOBEX_CONFIG = ${STAGING_BINDIR}/openobex-config \ + --prefix=${STAGING_DIR}/target \ + --exec-prefix=${STAGING_DIR}/target + +do_compile () { + oe_runmake 'INCLUDES=' +} |