diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-01 10:23:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-01 10:53:36 +0200 |
commit | 2a78a6f80cdf8f0378a5f276f8699fd25615f195 (patch) | |
tree | 4ab268cba6cc5ca7e4b6a858a9fe529f27ab7e3d | |
parent | 7ce06f37cd800d12ee085554fad235cb7a85e21b (diff) |
libphone-utils: move phoneutils_test to separate package to keep debian package naming intact
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/shr/libphone-utils_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/shr/libphone-utils_git.bb b/recipes/shr/libphone-utils_git.bb index 88d5d4b10a..6c4bbaf7c1 100644 --- 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" |