[oe-commits] Martin Jansa : libphone-utils: move phoneutils_test to separate package to keep debian package naming intact

git version control git at git.openembedded.org
Thu Jul 1 08:56:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2a78a6f80cdf8f0378a5f276f8699fd25615f195
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a78a6f80cdf8f0378a5f276f8699fd25615f195

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul  1 10:23:45 2010 +0200

libphone-utils: move phoneutils_test to separate package to keep debian package naming intact

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 88d5d4b..6c4bbaf 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"





More information about the Openembedded-commits mailing list