Bug 14881

Summary: Watchdogd Package missing INSTALL_STAGING
Product: buildroot Reporter: Ed Rose <edrose>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2022.02.3   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Ed Rose 2022-06-28 11:28:57 UTC
The watchdogd package in Buildroot is missing the `INSTALL_STAGING = YES` option in it's makefile. The package provides a library called `libwdog.so`, which is linked against when process supervision is used. Without installing in the staging directory, programs that link against libwdog cannot find the pkgconfig file when configuring and fail to build.

Adding `INSTALL_STAGING = YES` to watchdogd.mk fixes the build for programs that use libwdog.