diff options
-rw-r--r-- | recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend b/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend index 3ab4669..79a0989 100644 --- a/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend +++ b/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend @@ -1,4 +1,4 @@ -PRINC = "4" +PRINC = "5" WALLPAPER-MACHINE = "Wallpaper_Toradex.png" WALLPAPER-MACHINE_colibri-t20 = "Wallpaper_ColibriT20.png" WALLPAPER-MACHINE_colibri-t30 = "Wallpaper_ColibriT30.png" @@ -6,6 +6,8 @@ WALLPAPER-MACHINE_apalis-t30 = "Wallpaper_ApalisT30.png" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" +PACKAGE_ARCH = "${MACHINE_ARCH}" + SRC_URI += " \ file://autostart.patch \ file://consistent_defconfig_dirs.patch \ |