base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / opkg-utils / opkg-utils_svn.bb
blob7a54d8c435f9ec63c5f15c526db304ec4bc914a3
1 DESCRIPTION = "OPKG Package Manager Utilities"
2 SECTION = "base"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 RDEPENDS_${PN} = "python"
6 RDEPENDS_virtclass_native = ""
7 SRCREV = "4595"
8 PV = "0.0+svnr${SRCPV}"
9 PR = "r4"
11 BBCLASSEXTEND = "native"
13 SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
15 TARGET_CC_ARCH += "${LDFLAGS}"
16 S = "${WORKDIR}/opkg-utils"
18 inherit autotools
20 S = "${WORKDIR}/opkg-utils"