diff options
author | Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong@intel.com> | 2017-05-17 19:22:18 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-05 11:01:41 +0200 |
commit | ab1c74fcd0f468e8de56888dc0ebe0bd139eb06f (patch) | |
tree | 8bd32850ef107ac08cd808d64efc613107a7f587 /meta-oe/recipes-graphics/xorg-app | |
parent | e1b1f8cf320004e3b917ae78e26271352f468051 (diff) | |
download | meta-openembedded-ab1c74fcd0f468e8de56888dc0ebe0bd139eb06f.tar.gz |
xstdcmap: Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmap
The build for xstdcmap was failing in do_configure due to the missing
xmu package. The libxmu inside the recipe should have been DEPENDS
and not RDEPENDS.
Since this is working, xstdcmap is unblacklist-ed from the build.
Signed-off-by: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb index f92d88366..99f70364b 100644 --- a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb | |||
@@ -8,10 +8,9 @@ SECTION = "x11/app" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "libxmu" | 11 | DEPENDS += "libxmu" |
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "eb5473acaef15a5db9b50df29c6a7f90" | 14 | SRC_URI[md5sum] = "eb5473acaef15a5db9b50df29c6a7f90" |
15 | SRC_URI[sha256sum] = "f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1" | 15 | SRC_URI[sha256sum] = "f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1" |
16 | 16 | ||
17 | PNBLACKLIST[xstdcmap] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130660/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||