From patchwork Thu Apr 7 14:59:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti X-Patchwork-Id: 65330 Delivered-To: patch@linaro.org Received: by 10.112.43.237 with SMTP id z13csp127572lbl; Thu, 7 Apr 2016 07:59:56 -0700 (PDT) X-Received: by 10.140.174.86 with SMTP id u83mr4335340qhu.35.1460041196285; Thu, 07 Apr 2016 07:59:56 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e66si6172294qgf.125.2016.04.07.07.59.55; Thu, 07 Apr 2016 07:59:56 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D25916199D; Thu, 7 Apr 2016 14:59:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 0788761895; Thu, 7 Apr 2016 14:59:51 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id EC9116196F; Thu, 7 Apr 2016 14:59:48 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by lists.linaro.org (Postfix) with ESMTPS id 052F361808 for ; Thu, 7 Apr 2016 14:59:48 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id f105so41503493qge.2 for ; Thu, 07 Apr 2016 07:59:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Vz+1oRTYQFfpn0rEm0r9tAmw9LpZ2CH1W18zGQ5Gvtg=; b=dZC3spfwbN59w0ja4j38oT39jm+x0GypGsG7OMunFyhQZK4Y0Hm/KFmKrv7f6gJaS6 LVLxojBnvLnmv+QcrXVT1WHu1L4rhPjkOZHMsKBpB9TLWbiIiazYD4fsA3hfx+n1sGrR YAn1x3UpKh2C90XaWI1N2IKfGZXPKkb974hHmeQ52L3mpuxBLtFdVvuV/XtRKtRRuWh1 5XS20Kq0uhcXIMemG/QNoJAD0ePRiiwLFEwdz2+8UWPrtZK9r8xHCqYvZuXu8y+3YWm0 jzCNWZoURwprFbdNgMxE87vw6SaH7dOr4zcIHkQpvTrGjDW0hxc3ZE102VIYSTfW4PRL lAeA== X-Gm-Message-State: AD7BkJJB7Qa4ayekgrNKM/CNKNYTRpCb2YZA7y0mWSO3NE05eseQLrgvcvdHlyztMO4iDlMLkiI= X-Received: by 10.140.29.202 with SMTP id b68mr4276783qgb.100.1460041187747; Thu, 07 Apr 2016 07:59:47 -0700 (PDT) Received: from localhost.localdomain ([179.223.143.138]) by smtp.gmail.com with ESMTPSA id z130sm3517727qhc.28.2016.04.07.07.59.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Apr 2016 07:59:47 -0700 (PDT) From: Ricardo Salveti To: lng-odp@lists.linaro.org Date: Thu, 7 Apr 2016 11:59:43 -0300 Message-Id: <1460041183-28643-1-git-send-email-ricardo.salveti@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic/odp_impl: removing __DATE__ and __TIME__ X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" This is so we can get reproducible builds. Besides the library version, the string already contains the git hash, which is enough to traceback the build used. Bug-Link: https://bugs.linaro.org/show_bug.cgi?id=2154 Signed-off-by: Ricardo Salveti Reviewed-by: Anders Roxell --- platform/linux-generic/odp_impl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/linux-generic/odp_impl.c b/platform/linux-generic/odp_impl.c index 0b89af7..f8d1dfe 100644 --- a/platform/linux-generic/odp_impl.c +++ b/platform/linux-generic/odp_impl.c @@ -30,7 +30,6 @@ extern "C" { ODP_VERSION_TO_STR(ODP_VERSION_API_GENERATION) "." \ ODP_VERSION_TO_STR(ODP_VERSION_API_MAJOR) "." \ ODP_VERSION_TO_STR(ODP_VERSION_API_MINOR) ") " \ - __DATE__ " " __TIME__ " " \ ODP_VERSION_TO_STR(GIT_HASH) #define ODP_VERSION_IMPL_NAME \