mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
Merge branch 'master' of git@moblin-mdi.jf.intel.com:poky
This commit is contained in:
15
meta/packages/librds/librds_0.0.1.bb
Normal file
15
meta/packages/librds/librds_0.0.1.bb
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION = "A software library for accessing RDS data"
|
||||||
|
HOMEPAGE = "http://rdsd.berlios.de/"
|
||||||
|
SECTION = "libs"
|
||||||
|
PROVIDES = "librds"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
|
SRC_URI = "http://download.berlios.de/rdsd/librds-${PV}.tar.gz"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user