aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-tools
diff options
context:
space:
mode:
authorI-Fan, Chen <tick@openmoko.com>2008-10-01 20:16:22 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-11-16 00:37:35 +0100
commite3e6454f61ce53b9f33dfcfffc73bb7654be8c1d (patch)
tree9633505ff067d7547d2371083f7e2b29bc410e1a /packages/openmoko-tools
parent549cdee30cca91d04c23c35ca998ef5033192f5e (diff)
downloadopenembedded-e3e6454f61ce53b9f33dfcfffc73bb7654be8c1d.tar.gz
various Openmoko recipes: Adding alias name tags for packages
Diffstat (limited to 'packages/openmoko-tools')
-rw-r--r--packages/openmoko-tools/openmoko-set-root-password.bb3
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}