From f45ddfbf007de858327eef0ffefd5840ef4c69b8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 26 Mar 2023 10:31:21 +0100 Subject: abi_version/sstate: Handle pkgconfig output changes and bump output versions A recent package.py change has highlighted some corruption issues with -dev pkgconfig package dependencies. Bump the output versions to trigger a rebuild and ensure everything is consistent. Take the opportunity to also drop all HASHEQUIV_HASH_VERSION entries since the main version is changing. Signed-off-by: Richard Purdie --- meta/recipes-extended/mc/mc_4.8.29.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/mc/mc_4.8.29.bb b/meta/recipes-extended/mc/mc_4.8.29.bb index 7aac352ab5..e7f4aacc2e 100644 --- a/meta/recipes-extended/mc/mc_4.8.29.bb +++ b/meta/recipes-extended/mc/mc_4.8.29.bb @@ -14,9 +14,6 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ " SRC_URI[sha256sum] = "ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1" -# remove at next version upgrade or when output changes -HASHEQUIV_HASH_VERSION .= ".2" - inherit autotools gettext pkgconfig # -- cgit 1.2.3-korg