From: Richard Purdie Date: Mon, 23 Jun 2014 19:57:52 +0000 (+0100) Subject: phonet-utils: Fix build with B!=S X-Git-Tag: rev_ivi_2015_02_04~1821 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=492de36ca159d002e517e1d11d5bd98acec9ff41;p=scm%2Fbb%2Ftizen-distro.git phonet-utils: Fix build with B!=S This recipes doesn't use autotools so mark as brokensep. (From meta-openembedded rev: 9daa35c4dba366f41bec7586f8189a1fe1b813f0) Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-openembedded/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 206023e..5589963 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb @@ -8,6 +8,6 @@ S = "${WORKDIR}/git" SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" PV = "0.0.0+gitr${SRCPV}" -inherit autotools +inherit autotools-brokensep FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"