summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/flib/flib_git.bb
blob: 3f259997fe395f55af06ee0c1ad8d2f6c69a8a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Foundation Library"
SECTION = "flib"
LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"

SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1"
SRCREV = "bb6162efa0767fc515c87a51191a9edba4750426"
SRCREV_t2080qds = "64a3233ae426f36119268381c62100b02f7fe7e1"
SRCREV_t2080qds-64b = "64a3233ae426f36119268381c62100b02f7fe7e1"

S = "${WORKDIR}/git"

do_install(){
    oe_runmake install DESTDIR=${D}
}

ALLOW_EMPTY_${PN} = "1"