task-angstrom-e: fix ALLOW_EMPTY declaration

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-03-07 11:00:21 +01:00
parent 84489317cf
commit 9081131bdf

View File

@@ -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 \