diff options
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=' +} |