meta-virtualization/classes/meta-virt-depreciated-warning.bbclass
Bruce Ashfield 8104728436 classes: add depreciated warning bbclass
Adding a simple bbclass that when inherited appends do_compile
to emit a warning that the recipe will be removed in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00

4 lines
115 B
Plaintext

do_compile:append() {
bbwarn "${PN} is depreciated and should not be used, it will be removed in the future"
}