mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Merge branch 'master' of git@moblin-mdi.jf.intel.com:poky
This commit is contained in:
@@ -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