diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2017-12-17 19:21:42 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-01 07:32:04 -0800 |
commit | 7cfbfe0a3f612317e7f53afea9791c02c53af1c8 (patch) | |
tree | d9e73c29007f3fde67068ba475262adcbe5d40c5 | |
parent | c31b2408d218b803f7c69dbbbbcd525fd11bd961 (diff) | |
download | meta-openembedded-7cfbfe0a3f612317e7f53afea9791c02c53af1c8.tar.gz |
fltk: remove fltk-native from DEPENDS
This depemdency is a pre recipe specific sysroot remnant.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 5a7a0abb179d0418475ca0f491cd1250ac728e44)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/fltk/fltk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 542fd661ea..619d1420a6 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft ${BPN}-native" | 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" |
4 | 4 | ||
5 | inherit binconfig lib_package gtk-icon-cache mime | 5 | inherit binconfig lib_package gtk-icon-cache mime |
6 | 6 | ||