meson: remove install-error-yaml option

We are no longer containing local error-yaml, so there is no
need to install it.  Remove the meson option.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If2b4c8ae7aa81653e9c30568e1f078b52ba1f8fc
diff --git a/meson.options b/meson.options
index 7aad4ba..c420a7d 100644
--- a/meson.options
+++ b/meson.options
@@ -5,13 +5,6 @@
 )
 
 option(
-    'install-error-yaml',
-    type : 'feature',
-    description : 'Enable installing error yaml file',
-    value: 'disabled'
-)
-
-option(
     'i2c-occ',
     type : 'feature',
     description : 'Enable I2C OCC support',
@@ -58,4 +51,4 @@
     'yamldir',
     type : 'string',
     description : 'The path to the yaml config files'
-)
\ No newline at end of file
+)