On 24.02.2014 19:41, Jonas Gorski wrote:
> On Mon, Feb 24, 2014 at 7:02 PM, Dirk Neukirchen <dirkneukirc...@web.de> 
> wrote:
>>
>> v2 : package/install slipped through the cracks, add it
>>
>> A workaround is necessary to enable C# (CXX) language
>> (CMakeLists.txt is DOS format and patching fails)
>> in CMake because a test fails
>> Error was:
>> Unknown extension ".cxx" for file
>> try_compile() works only for enabled languages.  Currently these are:
>>
>>     C
>>
>> DISCLAIMER: I cannot test this further because of the lack of Smartphones
>>
>> Signed-off-by: Dirk Neukirchen <dirkneukirc...@web.de>
>> ---
>>  utils/openobex/Makefile             |   50 ++++++++
>>  utils/openobex/files/CMakeLists.txt |  238 
>> +++++++++++++++++++++++++++++++++++
>>  2 files changed, 288 insertions(+)
>>  create mode 100644 utils/openobex/Makefile
>>  create mode 100644 utils/openobex/files/CMakeLists.txt
>>
>> diff --git a/utils/openobex/Makefile b/utils/openobex/Makefile
>> new file mode 100644
>> index 0000000..3a82e79
>> --- /dev/null
>> +++ b/utils/openobex/Makefile
>> @@ -0,0 +1,50 @@
>> +#
>> +# Copyright (C) 2014 OpenWrt.org
>> +#
>> +# This is free software, licensed under the GNU General Public License v2.
>> +# See /LICENSE for more information.
>> +#
>> +
>> +include $(TOPDIR)/rules.mk
>> +
>> +PKG_NAME:=openobex
>> +PKG_VERSION:=1.7.1
>> +PKG_RELEASE:=1
>> +
>> +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
>> +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
>> +PKG_SOURCE_URL:=git://gitorious.org/openobex/mainline.git
>> +PKG_SOURCE_VERSION:=2e1c0fc5a8f5e41886141a6b402d00db735ccf49
>> +
>> +include $(INCLUDE_DIR)/package.mk
>> +include $(INCLUDE_DIR)/cmake.mk
>> +
>> +define Package/openobex
>> +  SECTION:=utils
>> +  CATEGORY:=Utilities
>> +  DEPENDS:=+libusb-1.0 +bluez-libs +udev +libxml2
>> +  TITLE:=Free open source implementation of the Object Exchange (OBEX) 
>> protocol.
>> +  URL:=https://gitorious.org/openobex
> 
> This package needs a maintainer before it can be considered for
> inclusion. Will you be the maintainer?
> 
> 
> Jonas
> 

Yes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to