Bug 14881 - Watchdogd Package missing INSTALL_STAGING
Summary: Watchdogd Package missing INSTALL_STAGING
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2022.02.3
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-28 11:28 UTC by Ed Rose
Modified: 2022-07-02 13:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.