poky.conf: Allow PCMCIA_MANAGER to be overridden and bump matchbox-keyboard SRCDATE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@455 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-05-30 18:04:51 +00:00
parent 0e376c1371
commit deba905a80
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ SRCDATE_ipkg-link ?= "20050930"
SRCDATE_matchbox-common ?= "20051101"
SRCDATE_matchbox-config-gtk ?= "20051101"
SRCDATE_matchbox-desktop ?= "20060120"
SRCDATE_matchbox-keyboard ?= "20060526"
SRCDATE_matchbox-keyboard ?= "20060531"
SRCDATE_matchbox-panel ?= "20051101"
SRCDATE_matchbox-panel-manager ?= "20051101"
SRCDATE_matchbox-stroke ?= "20051101"
@ -167,4 +167,4 @@ PREFERRED_VERSION_xrdb ?= "0.0+cvs${SRCDATE}"
PREFERRED_VERSION_xst ?= "0.15"
PREFERRED_VERSION_oprofile ?= "0.9.1+cvs${SRCDATE}"
PCMCIA_MANAGER = "pcmciautils"
PCMCIA_MANAGER ?= "pcmciautils"