diff options
Diffstat (limited to 'openobex/openobex_1.0.0.oe')
-rw-r--r-- | openobex/openobex_1.0.0.oe | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/openobex/openobex_1.0.0.oe b/openobex/openobex_1.0.0.oe deleted file mode 100644 index d2b94bfee4..0000000000 --- a/openobex/openobex_1.0.0.oe +++ /dev/null @@ -1,13 +0,0 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 - -SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz - -inherit autotools libtool - -do_stage () { - install -m 0755 src/.libs/libopenobex* ${STAGING_LIBDIR}/ - install -d ${STAGING_DIR}/target/include/openobex - install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/ - install -m 0755 openobex-config ${STAGING_BINDIR}/ -} |