summaryrefslogtreecommitdiffstats
path: root/external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb')
-rw-r--r--external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb b/external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
deleted file mode 100644
index 2a0f5dfe..00000000
--- a/external/meta-sdl/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Apache logging framework for C++ library 3rd party"
-SECTION = "libs"
-DEPENDS = "apr apr-util expat gdbm"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-HOMEPAGE = "http://logging.apache.org/log4cxx/"
-
-SRC_URI = "git://github.com/smartdevicelink/sdl_core.git;branch=master"
-SRC_URI_append = " \
- file://0001-LOGCXX-413-doesn-t-compile-on-openembedded-thanks-to.patch \
- file://0002-LOGCXX-414-possibly-wrong-use-of-autotools-docdir-th.patch \
- file://0003-Applied-patch-for-LOGCXX-400-LOGCXX-404-LOGCXX-402-L.patch \
- file://svn-log4cxx-rev-1751050.patch \
-"
-
-SRCREV = "7f7fcbb998fb17f2954fd103349af67ea9b71a3f"
-
-S = "${WORKDIR}/git/src/3rd_party/apache-${PN}-${PV}"
-
-inherit autotools-brokensep pkgconfig
-
-BBCLASSEXTEND += "native"
-
-SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"