diff --git a/recipes-rdk/breakpad_wrapper/breakpad-wrapper.bb b/recipes-rdk/breakpad_wrapper/breakpad-wrapper.bb deleted file mode 100644 index ef20f84d..00000000 --- a/recipes-rdk/breakpad_wrapper/breakpad-wrapper.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "C wrapper for breakpad" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" - -SRC_URI = "${CMF_GITHUB_ROOT}/breakpad_wrapper;${CMF_GITHUB_BRANCH};name=breakpadwrapper" - -DEPENDS += "breakpad" - -SRCREV_breakpadwrapper = "be8cd679e095cd300f77913863724fa5e39a6182" -SRCREV_FORMAT = "breakpadwrapper" -PV = "1.0.0" - -S = "${WORKDIR}/git/" - -inherit autotools coverity - -CPPFLAGS:append = " \ - -I${STAGING_INCDIR}/breakpad/ \ - " - -LDFLAGS += "-lbreakpad_client -lpthread" - -do_install:append () { - # Config files and scripts - install -d ${D}${includedir}/ - install -D -m 0644 ${S}/*.h ${D}${includedir}/ -} - - -FILES:${PN} += "${libdir}/*.so" - -CXXFLAGS += "-DMINIDUMP_RDKV"