generic-poky/meta/recipes-devtools/opkg/opkg_svn.bb

17 lines
382 B
BlitzBasic

require opkg.inc
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
file://add_vercmp.patch \
file://add_uname_support.patch \
file://fix_installorder.patch \
file://offline_postinstall.patch\
file://track_parents.patch \
"
S = "${WORKDIR}/trunk"
SRCREV = "633"
PV = "0.1.8+svnr${SRCPV}"
PR = "${INC_PR}.0"