diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:57:52 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:31 +0200 |
commit | 9daa35c4dba366f41bec7586f8189a1fe1b813f0 (patch) | |
tree | ee8ab50ea41220a81540b8b41824b3d92950a3b0 /meta-oe/recipes-connectivity/phonet-utils | |
parent | f5580b13df1e7e562f137ef12f87c61764a383d9 (diff) | |
download | meta-openembedded-9daa35c4dba366f41bec7586f8189a1fe1b813f0.tar.gz |
phonet-utils: Fix build with B!=S
This recipes doesn't use autotools so mark as brokensep.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/phonet-utils')
-rw-r--r-- | meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 206023e4f..558996391 100644 --- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |||
@@ -8,6 +8,6 @@ S = "${WORKDIR}/git" | |||
8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" | 8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |
9 | PV = "0.0.0+gitr${SRCPV}" | 9 | PV = "0.0.0+gitr${SRCPV}" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools-brokensep |
12 | 12 | ||
13 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" | 13 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" |