From 2a78a6f80cdf8f0378a5f276f8699fd25615f195 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 1 Jul 2010 10:23:45 +0200 Subject: [PATCH] libphone-utils: move phoneutils_test to separate package to keep debian package naming intact Signed-off-by: Martin Jansa --- recipes/shr/libphone-utils_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.39.5