From e3e6454f61ce53b9f33dfcfffc73bb7654be8c1d Mon Sep 17 00:00:00 2001 From: "I-Fan, Chen" Date: Wed, 1 Oct 2008 20:16:22 +0800 Subject: various Openmoko recipes: Adding alias name tags for packages --- packages/openmoko-tools/openmoko-set-root-password.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/openmoko-tools/openmoko-set-root-password.bb') diff --git a/packages/openmoko-tools/openmoko-set-root-password.bb b/packages/openmoko-tools/openmoko-set-root-password.bb index f64c7031c1..6176d4aef9 100644 --- a/packages/openmoko-tools/openmoko-set-root-password.bb +++ b/packages/openmoko-tools/openmoko-set-root-password.bb @@ -3,12 +3,13 @@ SUMMARY = "On installation you will be prompted to set a root password. With \ this password you can then log into the machine." LICENSE = "GPL" DEPENDS = "gtk+" -PKG_TAGS_${PN} = "group::programming" +PKG_TAGS_${PN} = "group::programming alias::Root_Password" SRC_URI = "svn://svn.openmoko.org/developers/zecke/;module=root-password;proto=http" S = "${WORKDIR}/root-password" PV = "1.0+svnr${SRCREV}" PE = "1" +PR = "r1" do_compile () { cd ${S} -- cgit v1.2.3