android-tools-native: dependency with android-tools-conf-native

Building of android-tools-native aborted due to
missing dependency with android-tools-conf-native.
Fixed by extending android-tools-conf-configfs_1.0.bb recipe to build native

Signed-off-by: Christos Gavros <gavrosc@yahoo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Christos Gavros 2025-01-25 13:14:40 +01:00 committed by Khem Raj
parent 9e4b3d7411
commit a921c95a57
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -36,3 +36,4 @@ FILES:${PN} += " \
PROVIDES += "android-tools-conf"
RPROVIDES:${PN} = "android-tools-conf"
BBCLASSEXTEND = "native"