From f0fc4828501e7e393ce52a311bef249b0c9ec236 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 29 Feb 2016 14:38:54 +0100
Subject: add new PKG_GIT variable

We can now clone git tags and branches in a more performant
way. No change for specific hashes, other then PKG_GIT is required
now. Do not remove .git dirs, as the downloaded code might be
used to add a patch and send upstream.
Add git as requirement for downloading.

Remove unmaintained u-boot-git package.
---
 package/jsoncpp/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'package/jsoncpp')

diff --git a/package/jsoncpp/Makefile b/package/jsoncpp/Makefile
index 9c8743de7..ce926a17e 100644
--- a/package/jsoncpp/Makefile
+++ b/package/jsoncpp/Makefile
@@ -5,6 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		jsoncpp
 PKG_VERSION:=		9cb88d2ca66af19c53a98843d159cc1d32ebaec6
+PKG_GIT:=		hash
 PKG_RELEASE:=		1
 PKG_DESCR:=		c++ library for json
 PKG_SECTION:=		libs/misc
-- 
cgit v1.2.3