From patchwork Thu Jan 12 11:52:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: dbus.inc: s/INC_PR/PR/ to fix PR bump after dbus-launch-helper permission change Date: Thu, 12 Jan 2012 11:52:26 -0000 From: Koen Kooi X-Patchwork-Id: 19161 Message-Id: <1326369146-4369-1-git-send-email-koen@dominion.thruhere.net> To: openembedded-core@lists.openembedded.org Cc: Koen Kooi The dbus recipes don't use INC_PR so it didn't get rebuilt after the previous commit to fix the launch helper permissions Signed-off-by: Koen Kooi --- meta/recipes-core/dbus/dbus.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 2a25256..489e8db 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -10,7 +10,7 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X DEPENDS_virtclass-native = "expat-native virtual/libintl-native" DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" -INC_PR = "r1" +PR = "r1" SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://tmpdir.patch; \