aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-10-30 20:58:37 -0700
committerRosen Penev <rosenp@gmail.com>2022-10-31 12:27:05 -0700
commit9917311d16125d9bd3d2974b365db30ca4345a1f (patch)
tree6d1a6dbae81e0f7c5cee015be00ee05e45709df3 /utils
parent707f7253c2e9a629a11301c13b997f6a73e12af7 (diff)
openobex: remove CXX patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/openobex/Makefile2
-rw-r--r--utils/openobex/patches/001-cxx.patch11
2 files changed, 1 insertions, 12 deletions
diff --git a/utils/openobex/Makefile b/utils/openobex/Makefile
index 12daef1d2..a2d980a0a 100644
--- a/utils/openobex/Makefile
+++ b/utils/openobex/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openobex
PKG_VERSION:=1.7.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-Source.tar.gz
PKG_SOURCE_URL:=@SF/openobex
diff --git a/utils/openobex/patches/001-cxx.patch b/utils/openobex/patches/001-cxx.patch
deleted file mode 100644
index 2b41b08bc..000000000
--- a/utils/openobex/patches/001-cxx.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,7 @@
- cmake_minimum_required ( VERSION 3.1 FATAL_ERROR )
-
- project ( openobex
-- LANGUAGES C
-+ LANGUAGES C CXX
- VERSION 1.7.2
- )
-