dvb-apps: no longer skip ldflags QA

Because there is no longer the error.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Thomas Perrot 2024-02-09 16:30:54 +01:00 committed by Khem Raj
parent 065d6496e4
commit a66451823f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -96,7 +96,4 @@ python populate_packages:prepend () {
do_split_packages(d, dvb_libdir, r'^lib(.*)\.so\.*', 'lib%s', 'DVB %s library', extra_depends='', allow_links=True)
}
INSANE_SKIP:${PN} = "ldflags"
INSANE_SKIP:${PN}-dev = "ldflags"
TARGET_CC_ARCH += "${LDFLAGS}"