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:26 +0000 |
commit | 0736edb63f6b392205efefdcc873252f0c4682ab (patch) | |
tree | 35dfe453af3b08b872bb0a289feffcbb750d8a4d /meta/recipes-support | |
parent | 3a0c5de055d41f964aef8e3e901168114a3dc082 (diff) | |
download | poky-0736edb63f6b392205efefdcc873252f0c4682ab.tar.gz |
gnome-desktop-testing: 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: 77fce300fe61aaa3c910d737c1f08b7bd91efce5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb index c688e9d1d7..482de99d4d 100644 --- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb | |||
@@ -13,7 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
13 | 13 | ||
14 | DEPENDS = "glib-2.0" | 14 | DEPENDS = "glib-2.0" |
15 | 15 | ||
16 | inherit autotools-brokensep pkgconfig | 16 | inherit autotools pkgconfig |
17 | |||
18 | PR = "r1" | ||
17 | 19 | ||
18 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[journald] = "--with-systemd-journal,--without-systemd-journal,systemd,systemd" | 21 | PACKAGECONFIG[journald] = "--with-systemd-journal,--without-systemd-journal,systemd,systemd" |