diff options
-rw-r--r-- | openobex/openobex_1.0.1.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 9fe7b2cf99..9e19f9834d 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -1,7 +1,12 @@ +PR = "r1" DESCRIPTION = "The Openobex project aims to make an \ open source implementation of the Object Exchange \ (OBEX) protocol." +# put openobex-config into -dev package +FILES_${PN} = "${libdir}" +FILES_${PN}-dev += "${bindir}" + SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://syms.patch;patch=1" |