[oe] [meta-oe][PATCH 4/5] libxaw: drop libxp and printproto from DEPENDS

Martin Jansa martin.jansa at gmail.com
Thu Oct 18 19:54:32 UTC 2012


* it was removed from oe-core
  http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328
* there should be --disable-xprint/--without-xprint too, but it looks
  like all support for xprint was removed from libxaw already

  commit 012e73faab8dc8617c6da4679715dae14f6cddd4
  Author: Daniel Stone <daniel at fooishbar.org>
  Date:   Fri Aug 15 18:25:53 2008 +0300

    Remove last remaining vestiges of Xprint support

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
index 88863a7..f5a4a6f 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -1,11 +1,11 @@
 require recipes-graphics/xorg-lib/xorg-lib-common.inc
 DESCRIPTION = "X Athena Widget Set"
-DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native"
+DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxau xmlto-native"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
 
 PE = "1"
-PR = "r1"
+PR = "r2"
 
 SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
 SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
-- 
1.7.12.4





More information about the Openembedded-devel mailing list