diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-07 11:16:36 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-07 11:16:36 +0000 |
| commit | 35994a063da89befc428cfd35157ecac4b27652a (patch) | |
| tree | ca285dc271c80d3a859afc41e2ff8009deb92d76 | |
| parent | f473d75c15b26b7ad3ef359d1ec046b2ced56382 (diff) | |
| parent | 1c05260e7d27effa1f88d1e0b351afa2cf90de77 (diff) | |
| download | poky-35994a063da89befc428cfd35157ecac4b27652a.tar.gz | |
Merge branch 'master' of git@moblin-mdi.jf.intel.com:poky
| -rw-r--r-- | meta/packages/librds/librds_0.0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/librds/librds_0.0.1.bb b/meta/packages/librds/librds_0.0.1.bb new file mode 100644 index 0000000000..2d15d9b92a --- /dev/null +++ b/meta/packages/librds/librds_0.0.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "A software library for accessing RDS data" | ||
| 2 | HOMEPAGE = "http://rdsd.berlios.de/" | ||
| 3 | SECTION = "libs" | ||
| 4 | PROVIDES = "librds" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | |||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | do_stage() { | ||
| 14 | autotools_stage_all | ||
| 15 | } | ||
