diff options
| author | Christos Gavros <gavrosc@yahoo.com> | 2025-01-25 13:14:40 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-25 09:36:49 -0800 |
| commit | a921c95a5778411ce69ea567a20035e0c154a7a5 (patch) | |
| tree | d69f9555fe09cd4fed36463702e5df2467e01093 /meta-oe/recipes-devtools/android-tools | |
| parent | 9e4b3d741155f0424f560adf0508ab5e4b68b148 (diff) | |
| download | meta-openembedded-a921c95a5778411ce69ea567a20035e0c154a7a5.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/android-tools')
| -rw-r--r-- | meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb index a91229f908..f473d22849 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | |||
| @@ -36,3 +36,4 @@ FILES:${PN} += " \ | |||
| 36 | 36 | ||
| 37 | PROVIDES += "android-tools-conf" | 37 | PROVIDES += "android-tools-conf" |
| 38 | RPROVIDES:${PN} = "android-tools-conf" | 38 | RPROVIDES:${PN} = "android-tools-conf" |
| 39 | BBCLASSEXTEND = "native" | ||
