On Fri, Feb 17, 2017 at 09:06:01AM +0200, Tomi Valkeinen wrote: > On 16/02/17 21:58, Denys Dmytriyenko wrote: > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > Cc: Tomi Valkeinen <[email protected]> > > Cc: Alejandro Hernandez <[email protected]> > > --- > > meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 12 ++++++++---- > > 1 file changed, 8 insertions(+), 4 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > > b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > > index 9b30569..121479b 100644 > > --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > > +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > > @@ -4,17 +4,21 @@ LICENSE = "MPL-2.0" > > LIC_FILES_CHKSUM = "file://LICENSE;md5=c670e18272184fc0e86e1648678b4f2a" > > > > PV = "1.0" > > -PR = "r0" > > +PR = "r1" > > > > BRANCH = "master" > > SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "546e8d16dbc4dc74038dbcf86567186dbd80c3ab" > > +SRCREV = "6d28a0dd5d6747116f631d24bcc59d944a1b8b95" > > > > -DEPENDS = "drm python3 python3-pybind11" > > +DEPENDS = "drm python3-pybind11" > > I'm not familiar with the packaging so I could be wrong, but I presume > these are dependencies to other packages? kms++ gets pybind11 as a git > submodule, so I don't think there should be a dependency to > python3-pybind11 package.
Tomi, That wasn't the case before, right? If that's how it works now, then we can probably drop that dependency. -- Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
