diff options
author | 2021-03-13 23:00:26 +0300 | |
---|---|---|
committer | 2021-04-22 16:48:08 +0300 | |
commit | 65d6e3747e53cf4e6531e182f25442775b8cde43 (patch) | |
tree | 87c662435d2e354426702516359a85c96ee9576b | |
parent | 8b923cb97c5a3f9fc049443bcb1e80a61acddca7 (diff) | |
download | meta-qcom-65d6e3747e53cf4e6531e182f25442775b8cde43.tar.gz meta-qcom-65d6e3747e53cf4e6531e182f25442775b8cde43.tar.bz2 meta-qcom-65d6e3747e53cf4e6531e182f25442775b8cde43.zip |
linux-linaro-qcom.inc: allow recipes to override the DESCRIPTION
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcom.inc b/recipes-kernel/linux/linux-linaro-qcom.inc index 4e78597..d8b8dcc 100644 --- a/recipes-kernel/linux/linux-linaro-qcom.inc +++ b/recipes-kernel/linux/linux-linaro-qcom.inc @@ -2,7 +2,7 @@ # Copyright (C) 2012, 2013 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Linux kernel for MSM platforms" +DESCRIPTION ??= "Linux kernel for MSM platforms" LICENSE = "GPLv2" inherit kernel |