diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-29 16:30:15 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 09:06:54 -0700 |
commit | b49e4c924d46082e774cc84037f78bad40208248 (patch) | |
tree | 2ca11cc20883ae301333e6b3f3a926ce57b7ca18 /meta-oe/conf | |
parent | 8d1414967ad96fef2efa98127951908a5e44ac51 (diff) | |
download | meta-openembedded-b49e4c924d46082e774cc84037f78bad40208248.tar.gz |
Adapt to the lsb -> lsb-release change in OE-core
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 4ddef29a3..896a5d6f8 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -49,7 +49,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
49 | phoronix-test-suite->bash \ | 49 | phoronix-test-suite->bash \ |
50 | phoronix-test-suite->python \ | 50 | phoronix-test-suite->python \ |
51 | phoronix-test-suite->php \ | 51 | phoronix-test-suite->php \ |
52 | phoronix-test-suite->lsb \ | 52 | phoronix-test-suite->lsb-release \ |
53 | phoronix-test-suite->util-linux \ | 53 | phoronix-test-suite->util-linux \ |
54 | phoronix-test-suite->busybox \ | 54 | phoronix-test-suite->busybox \ |
55 | " | 55 | " |