mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
- It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
204 B
BlitzBasic
11 lines
204 B
BlitzBasic
require clutter-gst.inc
|
|
|
|
PV = "0.8.0+svnr${SRCREV}"
|
|
|
|
DEPENDS += "clutter-0.8"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gst-0-8;proto=http"
|
|
|
|
|
|
S = "${WORKDIR}/clutter-gst-0-8"
|