]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxmu: remove libxmuu-dev from PACKAGES
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Apr 2015 09:30:03 +0000 (02:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:34 +0000 (22:28 +0100)
There should be only one dev and dbg package

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb

index 3922b52e419dec7923c945ea79af6d3b7b273dc6..003baec6eacd94e26ea8b46ba5db541ce486324f 100644 (file)
@@ -22,10 +22,9 @@ XORG_PN = "libXmu"
 
 LEAD_SONAME = "libXmu"
 
-PACKAGES =+ "libxmuu libxmuu-dev"
+PACKAGES =+ "libxmuu"
 
 FILES_libxmuu = "${libdir}/libXmuu.so.*"
-FILES_libxmuu-dev = "${libdir}/libXmuu.so"
 
 BBCLASSEXTEND = "native"