]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove inherit module-base
authorRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 10:27:24 +0000 (10:27 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 10:27:24 +0000 (10:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2384 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xvideo-tests/xvideo-tests_svn.bb

index db5f10d8983daf9c5e99aa3b00d6e38ef0044dc3..a373b53100c749cc9cd26ba2d4f6976b5c40bc7f 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "Simple XVideo test application"
 LICENSE = "GPL"
 DEPENDS = "virtual/libx11 libxv"
 
-PR = "r5"
 PV = "0.0+svn${SRCDATE}"
+PR = "r6"
 
 SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"
 #SRC_URI="file://xvideo-tests-0.0.1.tar.gz"
@@ -11,7 +11,7 @@ SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http"
 S = "${WORKDIR}/test-xvideo"
 #S = "${WORKDIR}/xvideo-tests-0.0.1"
 
-inherit module-base autotools
+inherit autotools
 
 do_stage () {
         autotools_stage_all