]> code.ossystems Code Review - openembedded-core.git/commitdiff
presentproto: separate B and S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 03:08:51 +0000 (19:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:46 +0000 (23:06 +0000)
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-graphics/xorg-proto/presentproto_git.bb

index 7fca51d31ea89b936c99a361cda24c90cc27f02e..dbb6f32bc0e3ac074fb248681d31eba3304d844e 100644 (file)
@@ -17,6 +17,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
 S = "${WORKDIR}/git"
 
-inherit autotools-brokensep
+PR = "r1"
+
+inherit autotools
 
 BBCLASSEXTEND = "native"