From f4bd5bc9fcbb12b963dea619686f540336fbf8d5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 16 Oct 2013 10:47:25 +0100 Subject: opie-pics: use MACHINE_GUI_CLASS instead of older GUI_MACHINE_CLASS meta-handheld made this switch a while ago. Signed-off-by: Paul Eggleton --- recipes-opie/opie-pics/opie-pics.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-opie/opie-pics/opie-pics.inc b/recipes-opie/opie-pics/opie-pics.inc index 82e761a..70b4f75 100644 --- a/recipes-opie/opie-pics/opie-pics.inc +++ b/recipes-opie/opie-pics/opie-pics.inc @@ -10,7 +10,7 @@ S = "${WORKDIR}" inherit palmtop-defs SHIP_INLINE_PICS = "yes" -INLINE_PICS = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "pics-hires/inline", "pics/inline", d)}' +INLINE_PICS = '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "pics-hires/inline", "pics/inline", d)}' do_install() { install -d ${D}${palmtopdir}/pics/addressbook/ -- cgit 1.2.3-korg