Message ID | 20250726212441.23922-1-laurent.pinchart@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
I'll add a "meson: " prefix to the subject line to make CI happy, and will also fix the s/Upodate/Update/ typo. On Sun, Jul 27, 2025 at 12:24:41AM +0300, Laurent Pinchart wrote: > Commit a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") > modified the libyaml wrap in a way that resulted in the subproject > source code being stored in a different subdirectory, but didn't update > .gitignore accordingly. Fix it. > > Fixes: a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > subprojects/.gitignore | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/subprojects/.gitignore b/subprojects/.gitignore > index b08d6990777a..d2ba90074717 100644 > --- a/subprojects/.gitignore > +++ b/subprojects/.gitignore > @@ -2,6 +2,6 @@ > > /googletest-release* > /libpisp > -/libyaml > /libyuv > /packagecache > +/yaml-0.2.5 > > base-commit: 16da4892ed9de3ac8f84dfd0d1761022656af376
There is a typo "Upodate" in the commit title. I guess that is supposed to mean "Update" without the "o". Am 26.07.25 um 23:24 schrieb Laurent Pinchart: > Commit a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") > modified the libyaml wrap in a way that resulted in the subproject > source code being stored in a different subdirectory, but didn't update > .gitignore accordingly. Fix it. > > Fixes: a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > subprojects/.gitignore | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/subprojects/.gitignore b/subprojects/.gitignore > index b08d6990777a..d2ba90074717 100644 > --- a/subprojects/.gitignore > +++ b/subprojects/.gitignore > @@ -2,6 +2,6 @@ > > /googletest-release* > /libpisp > -/libyaml > /libyuv > /packagecache > +/yaml-0.2.5 > > base-commit: 16da4892ed9de3ac8f84dfd0d1761022656af376 > -- > Regards, > > Laurent Pinchart >
diff --git a/subprojects/.gitignore b/subprojects/.gitignore index b08d6990777a..d2ba90074717 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -2,6 +2,6 @@ /googletest-release* /libpisp -/libyaml /libyuv /packagecache +/yaml-0.2.5
Commit a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") modified the libyaml wrap in a way that resulted in the subproject source code being stored in a different subdirectory, but didn't update .gitignore accordingly. Fix it. Fixes: a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- subprojects/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 16da4892ed9de3ac8f84dfd0d1761022656af376 -- Regards, Laurent Pinchart