Skip to content

Commit e411e04

Browse files
afenkartAndreas Fenkart
authored andcommitted
networkmanager: remove unnecessary typelib file location workaround.
The workaround introduced in commit 63db9c0 is no longer needed. Typelib files are now correctly located solely within STAGING_LIBDIR_NATIVE, aligning with the intended build configuration. Removing the workaround avoids the following error during build: cp: cannot stat '.../GObject*typelib': No such file or directory Signed-off: Andreas Fenkart <afenkart@gmail.com>
1 parent edd1a1e commit e411e04

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

meta-networking/recipes-connectivity/networkmanager/networkmanager_1.46.0.bb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ EXTRA_OEMESON = "\
7676
CFLAGS:append:libc-musl = " \
7777
-DRTLD_DEEPBIND=0 \
7878
"
79-
do_configure:prepend() {
80-
cp -f ${STAGING_LIBDIR}/girepository-1.0/GObject*typelib ${STAGING_LIBDIR_NATIVE}/girepository-1.0/
81-
cp -f ${STAGING_LIBDIR}/girepository-1.0/Gio*typelib ${STAGING_LIBDIR_NATIVE}/girepository-1.0/
82-
cp -f ${STAGING_LIBDIR}/girepository-1.0/GModule*typelib ${STAGING_LIBDIR_NATIVE}/girepository-1.0/
83-
}
8479

8580
PACKAGECONFIG ??= "readline nss ifupdown dnsmasq nmcli vala \
8681
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d), d)} \

0 commit comments

Comments
 (0)