From: Martin Jansa Date: Thu, 1 Jul 2010 08:23:45 +0000 (+0200) Subject: libphone-utils: move phoneutils_test to separate package to keep debian package namin... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a78a6f80cdf8f0378a5f276f8699fd25615f195;p=openembedded.git libphone-utils: move phoneutils_test to separate package to keep debian package naming intact Signed-off-by: Martin Jansa --- 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"