summaryrefslogtreecommitdiff
path: root/recipes-support/jsoncpp/jsoncpp_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp_0.5.0.bb')
-rw-r--r--recipes-support/jsoncpp/jsoncpp_0.5.0.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp_0.5.0.bb b/recipes-support/jsoncpp/jsoncpp_0.5.0.bb
deleted file mode 100644
index 5f8cf6a..0000000
--- a/recipes-support/jsoncpp/jsoncpp_0.5.0.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Json C++ Library"
-HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp"
-# Public Domain
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f7c191d0ae6a652f63b2d2bc1ea8bdab"
-DEPENDS = ""
-BBCLASSEXTEND = "native"
-
-SRCREV = "svn-release-0.5.0"
-
-SRC_URI = " \
- git://github.com/open-source-parsers/jsoncpp.git;nobranch=1 \
- file://jsoncpp-0.5.0-p1.patch \
- file://jsoncpp-0.5.0-support-int64.patch \
- file://Makefile \
-"
-
-PR = "r3"
-
-S = "${WORKDIR}/git"
-
-do_compile() {
- cp ${WORKDIR}/Makefile .
- oe_runmake
-}
-
-do_install() {
- oe_runmake install DESTDIR=${D}
-}
-