mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Convert packages CVSDATE -> SRCDATE and standardise some PV fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -6,7 +6,7 @@ PRIORITY = "required"
|
||||
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
|
||||
CVSDATE = "20050627"
|
||||
SRCDATE = "20050627"
|
||||
PR = "r1"
|
||||
|
||||
GLIBC_ADDONS ?= "ports,linuxthreads"
|
||||
|
||||
@@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
|
||||
PR = "r0"
|
||||
PV = "2.3.5+cvs${CVSDATE}"
|
||||
PV = "2.3.5+cvs${SRCDATE}"
|
||||
|
||||
GLIBC_ADDONS ?= "ports,linuxthreads"
|
||||
GLIBC_EXTRA_OECONF ?= ""
|
||||
|
||||
Reference in New Issue
Block a user