diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-01 14:40:09 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-01 14:40:09 +0000 |
commit | 1297b4018c41461e0323a4becf0af78c771280aa (patch) | |
tree | 3afdb7678b62a6937fa7ca8cc3180420a0b4f147 /packages/maemo | |
parent | d9b205768820e03b02ef7a649bb3efbfce87163f (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/01 16:21:13+02:00 utwente.nl!koen
linux-omap1_2.6.12_rc2.bb: de-omap5912osk-ize the .bb a bit. Everyhting 5912 related should be using overrides now
2005/06/01 16:12:02+02:00 utwente.nl!koen
nokia770.conf: use tune-arm926ejs instead of xscale
tune-arm926ejs.conf: set PACKAGE_ARCH to arm926ejs
osso-af-utils_0.4.bb: typo--
BKrev: 429dc8c9dgJ24USve8RZRxOdgR8NUQ
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/osso-af-utils_0.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/maemo/osso-af-utils_0.4.bb b/packages/maemo/osso-af-utils_0.4.bb index e69de29bb2..e80711bcc0 100644 --- a/packages/maemo/osso-af-utils_0.4.bb +++ b/packages/maemo/osso-af-utils_0.4.bb @@ -0,0 +1,12 @@ +LICENSE = "LGPL" +MAINTAINER= "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "x11 dbus libosso" +SRC_URI = "http://stage.maemo.org:80/pool/maemo/ossw/source/o/osso-af-utils/osso-af-utils_${PV}-1.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_includes + +} |