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:08:28 +0000 |
| commit | 0a861d20c5a8c6787fdffaa472210e1c463a2149 (patch) | |
| tree | 846fd3c4cd9224d615c4bb9ca31f98323ef4c04c | |
| parent | a7f4a3a3e67917a5ee5558f956813ced200d2034 (diff) | |
| download | poky-0a861d20c5a8c6787fdffaa472210e1c463a2149.tar.gz | |
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
(From OE-Core rev: a5dee19715a1a6997c50abbf59bbbd3767891783)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" | |||
| 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit autotools-brokensep | 20 | PR = "r1" |
| 21 | |||
| 22 | inherit autotools | ||
| 21 | 23 | ||
| 22 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
