From 9081131bdfce13fa92617889d4ae3930fcefd402 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 7 Mar 2013 11:00:21 +0100 Subject: [PATCH] task-angstrom-e: fix ALLOW_EMPTY declaration Signed-off-by: Koen Kooi --- recipes-angstrom/angstrom/task-angstrom-e.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-angstrom/angstrom/task-angstrom-e.bb b/recipes-angstrom/angstrom/task-angstrom-e.bb index 5c94039..91cd60e 100644 --- a/recipes-angstrom/angstrom/task-angstrom-e.bb +++ b/recipes-angstrom/angstrom/task-angstrom-e.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" PR = "r1" -ALLOW_EMPTY = "1" + PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -11,6 +11,9 @@ PACKAGES = "\ angstrom-e-base-depends \ angstrom-e-depends" +ALLOW_EMPTY_angstrom-e-base-depends = "1" +ALLOW_EMPTY_angstrom-e-depends = "1" + RDEPENDS_angstrom-e-base-depends := "\ angstrom-x11-base-depends \ rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \