diff mbox series

[meta-oe,kirkstone] libdevmapper: Inherit nopackages

Message ID 20240917090106.6526-1-Angelo.Ribeiro@criticaltechworks.com
State New
Headers show
Series [meta-oe,kirkstone] libdevmapper: Inherit nopackages | expand

Commit Message

Angelo.Ribeiro Sept. 17, 2024, 9:01 a.m. UTC
From: Peter Kjellerstedt <pkj@axis.com>

This fixes errors from buildhistory changes where packages-split would
be empty.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 90f96e053ad3eefa7693d9748efdfbfa72d7dcfd)
---
 meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb | 2 ++
 1 file changed, 2 insertions(+)

--
2.34.1

The information in this communication may contain confidential or legally privileged information. It is intended solely for the use of the individual or entity it addresses and others authorized to receive it. If you are not an intended recipient, you are hereby notified that any disclosure, copying, distribution or action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication by error, please notify us immediately by responding to this e-mail and then delete it from your system. Critical TechWorks is not liable for the proper and complete transmission of the information in this communication nor for any delay in its receipt

This e-mail is environmentally friendly, just like Critical TechWorks, which lives in a paper-free atmosphere. Therefore, please consider the environment before printing it!
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb
index be558ce1d..3b4439c3a 100644
--- a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb
+++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb
@@ -5,6 +5,8 @@  require lvm2.inc

 DEPENDS += "autoconf-archive-native"

+inherit nopackages
+
 TARGET_CC_ARCH += "${LDFLAGS}"

 do_install() {