From 9917311d16125d9bd3d2974b365db30ca4345a1f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 30 Oct 2022 20:58:37 -0700 Subject: [PATCH] openobex: remove CXX patch Signed-off-by: Rosen Penev --- utils/openobex/Makefile | 2 +- utils/openobex/patches/001-cxx.patch | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 utils/openobex/patches/001-cxx.patch diff --git a/utils/openobex/Makefile b/utils/openobex/Makefile index 12daef1d24..a2d980a0ac 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 2b41b08bc7..0000000000 --- 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 - ) -