From patchwork Wed Oct 13 12:23:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 14115 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 845E1BDC71 for ; Wed, 13 Oct 2021 12:23:18 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id F2B7268F4D; Wed, 13 Oct 2021 14:23:17 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="jEGB6ktT"; dkim-atps=neutral Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id CE88460501 for ; Wed, 13 Oct 2021 14:23:16 +0200 (CEST) Received: by mail-wr1-x42f.google.com with SMTP id u18so7793924wrg.5 for ; Wed, 13 Oct 2021 05:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=EYalUq2fhVv7WHb/EcyJjgTAjfHm3zrt4eMFg02G2l4=; b=jEGB6ktTzn2Yc+RLKk9HDCzaoTBD/AQeszFk1yX3bYFNrFoLCgIPVeApwJmB76gxtU zstKGwF1zRIKXmaQaaqeZWBS2akEVI4/4Q6szK6cd4ArSE+SxEQYd4ZhaeIowtnMpAy/ BDdxRB9RIf1zz1ANWW+drLKkkFnBZ2SGi3N5nxUJPrq7zUGHj4JRXynGxvSvvKDSa0EG 9y1n3g22i8ofHD+N2XjbZz7IZeWUF8fmOzRBRe8k/IG7jhGlREtHC06NTfORH+TCbnox jF6psz/VvQlLXyFBgkjCdjghOuuGl9a4YVTfCZgtix8ETyTIwFjLzuoeQy3Bzsg1nvIF IpsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=EYalUq2fhVv7WHb/EcyJjgTAjfHm3zrt4eMFg02G2l4=; b=njxNvx+YiR1sd0bZIBVuP/fZmrg15aLc5xcse2jG2foZ1SU5yv0jB6LK/n77xXgKHt 1tkyN0ppZZklmqeS5YDrhNE9bs2XODDB8uT1uKRMg9U9vmSZL+WkTvMnnHmEmIUh5VAi lS/cQxdgHFjET1HqPsvf9gw7HJZiz+vfY1veR0ECepMagwiL4kZLptzuLwyYP8LJ8HuM k8h4AOu8LHgpX4plJnavLqLAJRbzoIPloiteIeLuyNYviPgm6vialCjt1zIkz9yfgQTc JZo6Ro8ZYnVjapmYEJxhIp8MHuF/b4NycPng2YzbVRCWi5WQCIwqIi+q+ohZgRFxaX2+ K3FQ== X-Gm-Message-State: AOAM5320xSi1AmexxDLPws37/ZtYLjxbcGsnxfCaym9ZjGqK3d+OvCw7 FLRsCMCUCuDq25VbhtZ35xITTI5nzqY= X-Google-Smtp-Source: ABdhPJxjdIIl9HisHIVcLEn/IalSE9UzRaK2M//LAcp52RGTEq/XsqvbJnLFWDx95IKiM6Ftuo6O9w== X-Received: by 2002:a7b:cf03:: with SMTP id l3mr12516456wmg.25.1634127795822; Wed, 13 Oct 2021 05:23:15 -0700 (PDT) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:a13d:95a9:c25e:7597]) by smtp.gmail.com with ESMTPSA id v3sm13412961wrg.23.2021.10.13.05.23.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 05:23:15 -0700 (PDT) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Wed, 13 Oct 2021 13:23:11 +0100 Message-Id: <20211013122312.1943362-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/1] Save version string with meson dist X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi, Version 2 of this patch has the following changes: - Removed the RFC tag from this patch. - Moves the logic of reading version.gen for the version string into gen-version.sh. - Explicitly cd into $MESON_SOURCE_ROOT in the run-dist.sh script. Thanks, Naush Naushir Patuck (1): build: Preserve upstream git versioning using meson dist meson.build | 3 +++ src/libcamera/meson.build | 11 +++++------ utils/gen-version.sh | 9 +++++++++ utils/run-dist.sh | 11 +++++++++++ 4 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 utils/run-dist.sh