mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
The libxaw recipe generate a binary package for each soname of libxaw (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev cannot depends on it. Reported-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
0aef1f56e7
commit
79b7ca9227
@@ -5,6 +5,7 @@ DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp pr
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
|
||||
|
||||
PE = "1"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
|
||||
SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
|
||||
@@ -24,4 +25,7 @@ FILES_libxaw6 = "${libdir}/libXaw*.so.6*"
|
||||
FILES_libxaw7 = "${libdir}/libXaw*.so.7*"
|
||||
FILES_libxaw8 = "${libdir}/libXaw8.so.8*"
|
||||
|
||||
# Avoid dependency on libxaw as it is not build
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
XORG_PN = "libXaw"
|
||||
|
||||
Reference in New Issue
Block a user