generic-poky/meta/packages/opkg/opkg.inc

29 lines
956 B
PHP

DESCRIPTION = "Open Package Manager"
DESCRIPTION_libopkg = "Open Package Manager Library"
DESCRIPTION_update-alternatives-cworth = "Update alternatives"
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "curl gpgme"
PV = "0.0+svnr${SRCREV}"
# opkg-fix-gcc-warnings.patch: the patch is already upstreamed and could be
# taken out once okpg is updated to new repo
# http://opkg.googlecode.com/svn/trunk
# with rev >= 150
# sighandlerfix.patch: from r145
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
file://fix_prototype.patch;patch=1 \
file://sighandlerfix.patch;patch=1 \
file://opkg-fix-gcc-warnings.patch;patch=1"
S = "${WORKDIR}/opkg"
# Werror gives all kinds bounds issuses with gcc 4.3.3
do_configure_prepend() {
sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
}
inherit autotools_stage pkgconfig