summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-02-09 16:30:54 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-10 01:45:19 -0800
commita66451823fd042fc5528fe6b515a566db6edd517 (patch)
tree1f86e4646ec6172a35683a59d93048d12d107bbd /meta-multimedia
parent065d6496e4af178e5b1f8e4e3c5f17ac587717a6 (diff)
downloadmeta-openembedded-a66451823fd042fc5528fe6b515a566db6edd517.tar.gz
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb
index 90a69e5e2..542ad3487 100644
--- a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb
+++ b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb
@@ -96,7 +96,4 @@ python populate_packages:prepend () {
96 do_split_packages(d, dvb_libdir, r'^lib(.*)\.so\.*', 'lib%s', 'DVB %s library', extra_depends='', allow_links=True) 96 do_split_packages(d, dvb_libdir, r'^lib(.*)\.so\.*', 'lib%s', 'DVB %s library', extra_depends='', allow_links=True)
97} 97}
98 98
99INSANE_SKIP:${PN} = "ldflags"
100INSANE_SKIP:${PN}-dev = "ldflags"
101
102TARGET_CC_ARCH += "${LDFLAGS}" 99TARGET_CC_ARCH += "${LDFLAGS}"