mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
do_compile:append() {
|
|
bbwarn "${PN} is depreciated and should not be used, it will be removed in the future"
|
|
}
|