mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 18:13:51 +00:00
opkg: Fix sighandler compile error (patch from upstream)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
7f4d8d110f
commit
525edb3e96
@ -3,7 +3,7 @@ require opkg.inc
|
||||
DEPENDS = "curl-native"
|
||||
PROVIDES += "virtual/update-alternatives-native"
|
||||
RPROVIDES_${PN} += "update-alternatives-native"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
target_libdir := "${libdir}"
|
||||
|
||||
|
||||
@ -11,8 +11,11 @@ PV = "0.0+svnr${SRCREV}"
|
||||
# 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"
|
||||
|
||||
@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
|
||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||
PACKAGE_ARCH_update-alternatives-cworth = "all"
|
||||
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user