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

git at git.openembedded.org git at git.openembedded.org
Sat Apr 11 22:34:07 UTC 2015


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

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