diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-21 23:28:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-21 23:28:37 +0000 |
commit | cdde631f5f88aa860d7b4d56677746316da66bac (patch) | |
tree | 0888178b0382f91c5f3527d0632e30660e2fc3e0 /meta/conf/distro | |
parent | ac9dbc9f5c1388ba08e7556f2636c0ba48c15068 (diff) | |
download | openembedded-core-cdde631f5f88aa860d7b4d56677746316da66bac.tar.gz openembedded-core-cdde631f5f88aa860d7b4d56677746316da66bac.tar.bz2 openembedded-core-cdde631f5f88aa860d7b4d56677746316da66bac.zip |
poky-floating-srcrev.inc: Tweak file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3377 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-floating-srcrev.inc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-floating-srcrev.inc b/meta/conf/distro/include/poky-floating-srcrev.inc index a7b8146d17..e3283ca022 100644 --- a/meta/conf/distro/include/poky-floating-srcrev.inc +++ b/meta/conf/distro/include/poky-floating-srcrev.inc @@ -1,7 +1,17 @@ +PREFERRED_VERSION_matchbox-common ?= "" +PREFERRED_VERSION_matchbox-config-gtk ?= "" +PREFERRED_VERSION_matchbox-desktop ?= "" +PREFERRED_VERSION_matchbox-keyboard ?= "" +PREFERRED_VERSION_matchbox-panel ?= "" +PREFERRED_VERSION_matchbox-stroke ?= "" +PREFERRED_VERSION_matchbox-themes-extra ?= "" +PREFERRED_VERSION_matchbox-wm ?= "" +PREFERRED_VERSION_dates ?= "" + SRCREV_pn-gconf-dbus ?= "${AUTOREV}" SRCREV_pn-contacts ?= "${AUTOREV}" SRCREV_pn-dates ?= "${AUTOREV}" -SRCREV_pn-gtkhtml2 ?= "${AUTOREV}" +#SRCREV_pn-gtkhtml2 ?= "${AUTOREV}" SRCREV_pn-web ?= "${AUTOREV}" SRCREV_pn-eds-dbus ?= "${AUTOREV}" SRCREV_pn-matchbox-common ?= "${AUTOREV}" |