aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg/opkg-native_svn.bb
blob: 60254eaa27aafac15cd377b5c03b59ae4cdc59e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require opkg.inc

DEPENDS = "curl-native"
PR = "${INC_PR}"

SRC_URI += "file://opkg-libdir.patch;patch=1"

target_libdir := "${libdir}"

inherit native

# The nogpg version isn't getting much love and has an unused variable which trips up -Werror
do_configure_prepend() {
        sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
}


EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"