summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@openedhand.com>2007-06-24 19:14:28 +0000
committerDodji Seketeli <dodji@openedhand.com>2007-06-24 19:14:28 +0000
commitedb6660f5661cbcd92be8a53bf651728d38fbbac (patch)
tree26e7febd60b03450fb8b8c12c5d2e035de9e3e04
parent5496f27ea5e8b20404f2e0114c4f5b96806cb525 (diff)
downloadopenembedded-core-contrib-edb6660f5661cbcd92be8a53bf651728d38fbbac.tar.gz
make xvideo-tests depends on virtual/libx11, not libx11 !
because libx11 breaks the build by removing Xlib.h from stagging. whereas virtual/libx11 resolves to dietxlib that is okay. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1991 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/xvideo-tests/xvideo-tests_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/xvideo-tests/xvideo-tests_svn.bb b/meta/packages/xvideo-tests/xvideo-tests_svn.bb
index d7a918a241..db5f10d898 100644
--- a/meta/packages/xvideo-tests/xvideo-tests_svn.bb
+++ b/meta/packages/xvideo-tests/xvideo-tests_svn.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "Simple XVideo test application"
LICENSE = "GPL"
-DEPENDS = "libx11 libxv"
+DEPENDS = "virtual/libx11 libxv"
-PR = "r4"
+PR = "r5"
PV = "0.0+svn${SRCDATE}"
SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"