diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-10 11:42:05 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:41 -0800 |
commit | 1b26331d68c3d9018d9e1c166e37726bc356d1fe (patch) | |
tree | 900b5c94c9fd2b7615d7c216a5f299d1d97b8e55 /meta/conf | |
parent | 33fccd7037c59d21bc90487c6a4d1cf9b52609ff (diff) | |
download | openembedded-core-1b26331d68c3d9018d9e1c166e37726bc356d1fe.tar.gz openembedded-core-1b26331d68c3d9018d9e1c166e37726bc356d1fe.tar.bz2 openembedded-core-1b26331d68c3d9018d9e1c166e37726bc356d1fe.zip |
distro_tracking_fields: added missing quote
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 18ff320749..7a88447fbb 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc @@ -3152,7 +3152,7 @@ RECIPE_INTEL_SECTION_pn-libxfontcache="graphic core" RECIPE_MAINTAINER_pn-libxfontcache="Yu Ke <ke.yu@intel.com>" RECIPE_STATUS_pn-xf86-input-evdev="green" # no update needed -DISTRO_PN_ALIAS_pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev +DISTRO_PN_ALIAS_pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev" RECIPE_LATEST_VERSION_pn-xf86-input-evdev="2.5.0" RECIPE_NO_OF_PATCHES_pn-xf86-input-evdev="0" RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xf86-input-evdev="1 monthes" |