1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

packages: Separate out most of the remaining packages into recipes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-01 19:09:11 +01:00
parent caab7fc509
commit d62ee7eaf2
569 changed files with 0 additions and 76 deletions
@@ -0,0 +1,15 @@
DESCRIPTION = "an asynchronous event notification library"
HOMEPAGE = "http://www.monkey.org/~provos/libevent/"
SECTION = "libs"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://event.c;endline=26;md5=bc20aa63bf60c36c2d8edb77746f6b7c"
PR = "r0"
SRC_URI = "http://www.monkey.org/~provos/${BPN}-${PV}-stable.tar.gz"
S = "${WORKDIR}/${BPN}-${PV}-stable"
inherit autotools
LEAD_SONAME = "libevent-1.4.so"