diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-05-13 14:22:56 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:57:36 +0200 |
commit | 610a42c83628f01f3db9ae8964c8f080947d6d71 (patch) | |
tree | aab441c02aca3818eca3515bd30798ca65264403 /meta-oe/recipes-support/gpm | |
parent | 6434d97ee958e7f597b9cf358db0275315a33c47 (diff) | |
download | meta-openembedded-610a42c83628f01f3db9ae8964c8f080947d6d71.tar.gz |
gpm: fix S!=B failure
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gpm')
-rw-r--r-- | meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb index a30a8914b..7022057d4 100644 --- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb +++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ | |||
15 | file://eglibc-2.17.patch \ | 15 | file://eglibc-2.17.patch \ |
16 | file://init" | 16 | file://init" |
17 | 17 | ||
18 | inherit autotools update-rc.d | 18 | inherit autotools-brokensep update-rc.d |
19 | 19 | ||
20 | INITSCRIPT_NAME = "gpm" | 20 | INITSCRIPT_NAME = "gpm" |
21 | INITSCRIPT_PARAMS = "defaults" | 21 | INITSCRIPT_PARAMS = "defaults" |