diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-05-06 11:27:40 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-05-06 11:27:40 -0500 |
commit | 40f75adea4f466eae9cac82b71009c75a8710ae1 (patch) | |
tree | bf950cad37b91c518e9570887bd1eaae6c4b76e5 /recipes-support/jsoncpp/jsoncpp_0.5.0.bb | |
parent | aaa961e85d6ad5088d9d8fb5bd6a81df6b3f9d89 (diff) | |
download | meta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.tar.gz meta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.tar.bz2 meta-mlinux-40f75adea4f466eae9cac82b71009c75a8710ae1.zip |
jsoncpp: remove 0.5.0
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp_0.5.0.bb')
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp_0.5.0.bb | 30 |
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} -} - |