mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
smartpm: Add nativesdk in BBCLASSEXTEND
(From OE-Core rev: 5084e8168fcc37878d39bf1f5562aede44c00b3e) Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a73f180ee9
commit
ddf4e89976
|
|
@ -49,6 +49,10 @@ RPM_RDEP_class-native = ""
|
|||
QT_RDEP_class-native = ""
|
||||
GTK_RDEP_class-native = ""
|
||||
|
||||
RPM_RDEP_class-nativesdk = ""
|
||||
QT_RDEP_class-nativesdk = ""
|
||||
GTK_RDEP_class-nativesdk = ""
|
||||
|
||||
PACKAGECONFIG[rpm] = ",,rpm,${RPM_RDEP}"
|
||||
PACKAGECONFIG[qt4] = ",,qt4-x11,${QT_RDEP}"
|
||||
PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}"
|
||||
|
|
@ -138,5 +142,5 @@ FILES_${PN}-interface-qt4 = "${libdir}/python*/site-packages/smart/interfaces/qt
|
|||
FILES_${PN}-interface-gtk = "${libdir}/python*/site-packages/smart/interfaces/gtk"
|
||||
FILES_${PN}-interface-images = "${datadir}/${baselib}/python*/site-packages/smart/interfaces/images"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user