summaryrefslogtreecommitdiff
path: root/meta/gpe-image.oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r--meta/gpe-image.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
index 2947396afb..eec57b72c9 100644
--- a/meta/gpe-image.oe
+++ b/meta/gpe-image.oe
@@ -10,10 +10,10 @@ PR = "r8"
export IMAGE_BASENAME = "gpe-image"
-GPE_MACHINE_CLASS ?= "none"
+GUI_MACHINE_CLASS ?= "none"
-GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
-GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GPE_MACHINE_CLASS}}"
+GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GUI_MACHINE_CLASS}}"
+GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}"
#GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone"
#GPE_EXTRA_INSTALL_bigscreen = "firefox linphone"