[oe-commits] Robert Yang : libxmu: remove libxmuu-dev from PACKAGES

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 21:34:41 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: fbb0aa87fb178fd89c8828d8611b618bf21e5799
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fbb0aa87fb178fd89c8828d8611b618bf21e5799

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Apr 10 02:30:03 2015 -0700

libxmu: remove libxmuu-dev from PACKAGES

There should be only one dev and dbg package

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
index 3922b52..003baec 100644
--- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
@@ -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"
 



More information about the Openembedded-commits mailing list