summaryrefslogtreecommitdiffstats
path: root/meta/classes/webos_distro_dep.bbclass
blob: e9952655d439471c36e21ea49c0209ab221e6ef7 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2015 LG Electronics, Inc.
#
# webos_distro_dep
#
# This class is to be inherited by the recipe for every component that depends
# on DISTRO at build time.
#

# Append this to EXTRA_OEMAKE to allow your makefile be DISTRO-dependent:
WEBOS_EXTRA_OEMAKE_DISTRO_DEP = "DISTRO=${DISTRO}"