mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
clutter: fix -examples package naming
This commit is contained in:
parent
893cc30c71
commit
fb265757b9
|
@ -7,4 +7,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-6;proto=
|
|||
|
||||
S = "${WORKDIR}/clutter-0-6"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require clutter.inc
|
||||
|
||||
PE = "1"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
PV = "0.8.0+svnr${SRCREV}"
|
||||
|
||||
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
|
||||
|
||||
PACKAGES =+ "clutter-examples"
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user