diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-24 15:32:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-24 15:32:59 +0000 |
commit | cd45567105c8461ad769f3323a1434599a307bd7 (patch) | |
tree | 33f7f6d55fffc8189a9f6488c18b1e009afb4926 /packages/zaurusd | |
parent | 1061ea83d6cc7646ed9678536bd91b5192429ef4 (diff) |
zaurusd: RDEPENDS on procps
* anything that calls ps -e x should RDEPEND on procps
* patching it to work with busybox ps would make them fail with the real ps
Diffstat (limited to 'packages/zaurusd')
-rw-r--r-- | packages/zaurusd/zaurusd_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/zaurusd/zaurusd_svn.bb b/packages/zaurusd/zaurusd_svn.bb index 420521359a..09a8800a7a 100644 --- a/packages/zaurusd/zaurusd_svn.bb +++ b/packages/zaurusd/zaurusd_svn.bb @@ -3,8 +3,9 @@ SECTION = "base" MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>" LICENSE = "GPL" DEPENDS = "tslib" +RDEPENDS = "procps" PV = "0.0+svn${SRCDATE}" -PR = "r6" +PR = "r7" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ file://zaurus-hinge.in \ |