| Message ID | 20260427210847.3027890-4-ross.burton@arm.com |
|---|---|
| State | Accepted, archived |
| Commit | 4612565dcabde01b6fe9b741da29ccbe75c99cc2 |
| Headers | show |
| Series | [1/5] dhcpcd: remove obsolete explicit debug packaging | expand |
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb index fbba8fd6ec4..51cae5fff60 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb @@ -195,7 +195,6 @@ FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/gdump.c \ FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/tests/*.c \ ${datadir}/gobject-introspection-1.0/tests/*.h" -FILES:${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/" FILES:${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a" # glib-2.0 is required for libgirepository
The .debug directories are packaged automatically by default, so this is redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../gobject-introspection/gobject-introspection_1.86.0.bb | 1 - 1 file changed, 1 deletion(-)