mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Add clutter-box2d
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4483 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
12
meta/packages/clutter/clutter-box2d.inc
Normal file
12
meta/packages/clutter/clutter-box2d.inc
Normal file
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Clutter Box2D"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
DEPENDS = "clutter"
|
||||
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
9
meta/packages/clutter/clutter-box2d_svn.bb
Normal file
9
meta/packages/clutter/clutter-box2d_svn.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require clutter-box2d.inc
|
||||
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user