diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-12-02 13:05:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-12-02 13:05:23 +0000 |
commit | a41e3f74685a324e8891b5e52f5ee28f9c695bfd (patch) | |
tree | a933e3442ce82cbfb2512c7d57603671e63c877a /meta/gpe-image.oe | |
parent | 181178209db3fb8f08a336fd554816e4efa0f649 (diff) |
s/GPE_MACHINE_CLASS/GUI_MACHINE_CLASS
BKrev: 41af1313bIHIjKXoMCGcKPx8G-pbSw
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r-- | meta/gpe-image.oe | 6 |
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" |