From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=crj3RVCV; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.160.193, mailfrom: mw@semihalf.com) Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) by groups.io with SMTP; Thu, 02 May 2019 08:53:40 -0700 Received: by mail-qt1-f193.google.com with SMTP id e5so3087834qtq.2 for ; Thu, 02 May 2019 08:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=nzSx5V1CLNTsQEDE4ZTq/LNGzS7t2t4qcoWhGYA1+bM=; b=crj3RVCVSEf0Q8150iXZG1sPPcp/U0y0DjTidpT5/9VmXHVIGYOB7AImAWmvVRdZNi Jy31FTowWa8gLp6hQcNvxCbs23DMlISId/nbr1wuCIO83Km2opaqWhNsdTsIAwQ4JbKl GBlBPxMOHeIRB5Si5Gbd0aqcGgcl61vh/1gwlZoLpEXiQDNZ+IMNOqAxJUaRqGg4udbS kaQqqr9DjmDk3ZGby4c1SVVLv30cjfj2QumdJYzAINyBwwR3FiC5uZ7fGDLX4Bb/oy2E vFjjhB2Eal16PZzEzPCWY7SzCccZNJRy0Igq6JCc7y/FqZ3QNwpoxNMpkJ9DnhTIztV/ tp0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=nzSx5V1CLNTsQEDE4ZTq/LNGzS7t2t4qcoWhGYA1+bM=; b=lw3hB1bRNFeJUdzRImd6Mo93mML4dGTDSLVBpmdeD/SWdHemWhU/8YNg30gK0uv/8S NRzzI9yKXFzBBxHdpCi1PQ4v0zz2p8iTByJ/xsxr3UV7k29IBeU1jm5LO3WnQJBua9ZH YNLbNtfrXv7gAsTJyKAFWVvryl8XvWBs4mHaVcMUJBpIegq7IvSP+2P9ofXKzpLMYfGR 3K8OWrzUFsBQKzfy/LIGagUP3+WzuqvVUbYEhV2ocuaMSAks20hr/TFjwqejCNKi3MRi I2WJyAzr5KVZR3pNPHCu+m9I5a8OFuA6+PSDmTKC+fIf5ZKWp6ty14itupagybtWDWEK 6uZQ== X-Gm-Message-State: APjAAAWR7kU6cW5nWqINptDuRPE8ZViNoz+ecXZYxDJkH9HPAU2XwmlW dbB5B0ViPdk4WlSYs2LHzWYNYmOdzhqi+ql+oLDI2Q== X-Google-Smtp-Source: APXvYqzgiFQGy3wL5IVDn7hpp2YHadMeVRHkbnECDh9vvsUgbwcIzwkw1AGJn+Mog/rrbMNRoW6DTrJFX377qipe/0M= X-Received: by 2002:a0c:bd89:: with SMTP id n9mr3821696qvg.211.1556812419396; Thu, 02 May 2019 08:53:39 -0700 (PDT) MIME-Version: 1.0 References: <20190502110013.27351-1-ard.biesheuvel@linaro.org> In-Reply-To: <20190502110013.27351-1-ard.biesheuvel@linaro.org> From: "Marcin Wojtas" Date: Thu, 2 May 2019 17:53:28 +0200 Message-ID: Subject: Re: [PATCH edk2-platforms] Silicon/Marvell/EepromCmd: drop StdLib.dec reference To: Ard Biesheuvel Cc: edk2-devel-groups-io , Leif Lindholm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Ard, czw., 2 maj 2019 o 13:00 Ard Biesheuvel napisa= =C5=82(a): > > StdLib.dec has been move to a separate repository (edk2-libc), so > any package that requires it needs to be built with an additional > repo reference added to PACKAGES_PATH. > > EepromCmd has such a reference, but since it doesn't appear to > actually require it, let's just drop it. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Indeed it works without this dependency, thanks! Reviewed-by: Marcin Wojtas > --- > Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf b/Silic= on/Marvell/Applications/EepromCmd/EepromCmd.inf > index c86ead1b7df2..77f76d51a647 100644 > --- a/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf > +++ b/Silicon/Marvell/Applications/EepromCmd/EepromCmd.inf > @@ -46,7 +46,6 @@ [Sources] > [Packages] > MdePkg/MdePkg.dec > ShellPkg/ShellPkg.dec > - StdLib/StdLib.dec > MdeModulePkg/MdeModulePkg.dec > Silicon/Marvell/Marvell.dec > > -- > 2.20.1 >