mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
365 B
BlitzBasic
18 lines
365 B
BlitzBasic
SECTION = "libs"
|
|
LICENSE = "MIT-X"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
|
DEPENDS = "libx11 libice"
|
|
DESCRIPTION = "Session management library"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/libSM-${PV}.tar.bz2 \
|
|
file://autofoo.patch;patch=1"
|
|
S = "${WORKDIR}/libSM-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|