mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
11 lines
276 B
BlitzBasic
11 lines
276 B
BlitzBasic
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2"
|
|
PR = "r1"
|
|
|
|
DEPENDS = "glib-2.0 gtk+ dbus"
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
#S = "${WORKDIR}/unique-${PV}"
|
|
|
|
inherit autotools
|