git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce06f3
)
libphone-utils: move phoneutils_test to separate package to keep debian package namin...
author
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 1 Jul 2010 08:23:45 +0000
(10:23 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Thu, 1 Jul 2010 08:53:36 +0000
(10:53 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/shr/libphone-utils_git.bb
patch
|
blob
|
history
diff --git
a/recipes/shr/libphone-utils_git.bb
b/recipes/shr/libphone-utils_git.bb
index
88d5d4b
..
6c4bbaf
100644
(file)
--- a/
recipes/shr/libphone-utils_git.bb
+++ b/
recipes/shr/libphone-utils_git.bb
@@
-6,8
+6,11
@@
PR = "r2"
DEPENDS="glib-2.0"
-inherit pkgconfig autotools autotools
_stage
+inherit pkgconfig autotools autotools
CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf"
SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
S="${WORKDIR}/git"
+
+PACKAGES =+ " ${PN}-test"
+FILES_${PN}-test = "${bindir}/phoneutils_test"