[oe-commits] Robert Yang : gnome-desktop-testing: separate B and S

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:36 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 77fce300fe61aaa3c910d737c1f08b7bd91efce5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=77fce300fe61aaa3c910d737c1f08b7bd91efce5

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 12 19:08:51 2015 -0800

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 .../gnome-desktop-testing/gnome-desktop-testing_2014.1.bb             | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 c688e9d..482de99 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 \
 
 DEPENDS = "glib-2.0"
 
-inherit autotools-brokensep pkgconfig
+inherit autotools pkgconfig
+
+PR = "r1"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[journald] = "--with-systemd-journal,--without-systemd-journal,systemd,systemd"



More information about the Openembedded-commits mailing list