diff options
author | I-Fan, Chen <tick@openmoko.com> | 2008-10-01 20:16:22 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-16 00:37:35 +0100 |
commit | e3e6454f61ce53b9f33dfcfffc73bb7654be8c1d (patch) | |
tree | 9633505ff067d7547d2371083f7e2b29bc410e1a /packages/openmoko-tools/openmoko-set-root-password.bb | |
parent | 549cdee30cca91d04c23c35ca998ef5033192f5e (diff) |
various Openmoko recipes: Adding alias name tags for packages
Diffstat (limited to 'packages/openmoko-tools/openmoko-set-root-password.bb')
-rw-r--r-- | packages/openmoko-tools/openmoko-set-root-password.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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} |