mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
clutter: fix -examples package naming
This commit is contained in:
@@ -7,4 +7,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-6;proto=
|
|||||||
|
|
||||||
S = "${WORKDIR}/clutter-0-6"
|
S = "${WORKDIR}/clutter-0-6"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require clutter.inc
|
require clutter.inc
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
PV = "0.8.0+svnr${SRCREV}"
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-8;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-8;proto=http \
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ FILESPATH = "${FILE_DIRNAME}/clutter"
|
|||||||
|
|
||||||
inherit autotools pkgconfig gtk-doc
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
|
||||||
PACKAGES =+ "clutter-examples"
|
PACKAGES =+ "${PN}-examples"
|
||||||
FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
|
FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
|
||||||
|
|
||||||
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
|
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
|
||||||
|
|||||||
Reference in New Issue
Block a user