]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-desktop-testing: 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:45 +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-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb

index c688e9d1d7cc3f5f1c4a03a57a4e42482190266b..482de99d4d62e9ea36b3fcda84e0d98b2110d424 100644 (file)
@@ -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"