Skip to content

Commit

Permalink
Remove slint depends into the slint class
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 2, 2023
1 parent 031fb81 commit 4e342e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions classes/slint.bbclass
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

DEPENDS:append:class-target = " slint-cpp-native"
DEPENDS:append = " slint-cpp"
EXTRA_OECMAKE:append:class-target = " -DSLINT_COMPILER:FILEPATH=${RECIPE_SYSROOT_NATIVE}${prefix_native}/bin/slint-compiler "
4 changes: 1 addition & 3 deletions recipes-example/slint-hello-world/slint-hello-world_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ HOMEPAGE = "https://github.com/slint-ui/slint"
LICENSE = "GPLv3 | Slint-Commercial"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e911597e678943cde54111f7518e299"

DEPENDS = "slint-cpp"

S = "${WORKDIR}/git"
PV = "slint-hello-world-${SRCPV}"

do_install() {
install -d ${D}${bindir}
install -m 755 ${B}/my_application ${D}${bindir}/slint-hello-world
}
}

0 comments on commit 4e342e1

Please sign in to comment.