| Message ID | 20260428085124.3871627-1-haitao.liu@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-patches,meta-security] libmspack: clean up recipe | expand |
On Tue, 28 Apr 2026, jason.lau via lists.yoctoproject.org wrote: > - Remove empty DEPENDS assignment (no build dependencies needed) > - Remove duplicate 'inherit autotools' > > Signed-off-by: Haitao Liu <haitao.liu@windriver.com> Note that I've made this patch irrelevant in what I have queued on master-next, as I've removed the recipe. It is no longer required by clamav, and there is a version in meta-oe that people can use instead. Scott > --- > recipes-security/libmspack/libmspack_1.11.bb | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/recipes-security/libmspack/libmspack_1.11.bb b/recipes-security/libmspack/libmspack_1.11.bb > index 7203dee..3642128 100644 > --- a/recipes-security/libmspack/libmspack_1.11.bb > +++ b/recipes-security/libmspack/libmspack_1.11.bb > @@ -2,15 +2,12 @@ SUMMARY = "A library for Microsoft compression formats" > HOMEPAGE = "http://www.cabextract.org.uk/libmspack/" > SECTION = "lib" > LICENSE = "LGPL-2.1-only" > -DEPENDS = "" > > LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" > > SRCREV = "305907723a4e7ab2018e58040059ffb5e77db837" > SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https" > > -inherit autotools > - > S = "${UNPACKDIR}/${BP}/${BPN}" > > inherit autotools >
diff --git a/recipes-security/libmspack/libmspack_1.11.bb b/recipes-security/libmspack/libmspack_1.11.bb index 7203dee..3642128 100644 --- a/recipes-security/libmspack/libmspack_1.11.bb +++ b/recipes-security/libmspack/libmspack_1.11.bb @@ -2,15 +2,12 @@ SUMMARY = "A library for Microsoft compression formats" HOMEPAGE = "http://www.cabextract.org.uk/libmspack/" SECTION = "lib" LICENSE = "LGPL-2.1-only" -DEPENDS = "" LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" SRCREV = "305907723a4e7ab2018e58040059ffb5e77db837" SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https" -inherit autotools - S = "${UNPACKDIR}/${BP}/${BPN}" inherit autotools
- Remove empty DEPENDS assignment (no build dependencies needed) - Remove duplicate 'inherit autotools' Signed-off-by: Haitao Liu <haitao.liu@windriver.com> --- recipes-security/libmspack/libmspack_1.11.bb | 3 --- 1 file changed, 3 deletions(-)