core/pkg-virtual: do not check they are neabled
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Dec 2015 23:10:40 +0000 (00:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 09:01:30 +0000 (10:01 +0100)
commitf674c428c2ef76f6486eae10facfb702f8be7244
treeb8a309d222b66a2e8b22fc5b4b990a5c79431bf4
parente84fd04e88bcda2771847958b3b5153e476db45f
core/pkg-virtual: do not check they are neabled

Virtual packages do not have a Kconfig symbol, so we must not check that
they are enabled.

Fixes:
    http://autobuild.buildroot.org/results/287/28713478cc6edf8e5d5c3e830fee86a42f0afa8d/
    ... and numerous similar failures ...

[Thomas:
 - use "$($(PKG)_IS_VIRTUAL)" != "YES" instead of !
   "$($(PKG)_IS_VIRTUAL)" = "YES"]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-generic.mk
package/pkg-virtual.mk