diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:06:46 +0000 |
commit | a5dee19715a1a6997c50abbf59bbbd3767891783 (patch) | |
tree | 43a1d09910197e2c5cfdb7903f2b0d534ce7cbd8 /meta/recipes-graphics | |
parent | a73161c89e6de3e244f70afe746c4786ad5e982f (diff) | |
download | openembedded-core-a5dee19715a1a6997c50abbf59bbbd3767891783.tar.gz openembedded-core-a5dee19715a1a6997c50abbf59bbbd3767891783.tar.bz2 openembedded-core-a5dee19715a1a6997c50abbf59bbbd3767891783.zip |
presentproto: separate B and S
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/presentproto_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb index 7fca51d31e..dbb6f32bc0 100644 --- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb @@ -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" |