gpe-package really depends on libipkg, not IPKG_VARIANT. It will not build
against a recent opkg.
Also, SRC_URI+=foo must be after inherit gpe or gpe.bbclass overwrites it.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
PRIORITY = "optional"
LICENSE = "GPLv2+"
-IPKG_VARIANT ?= "opkg"
-DEPENDS = "${IPKG_VARIANT} libpcre libgpewidget"
+DEPENDS = "libipkg libpcre libgpewidget"
-PR = "r2"
+PR = "r3"
+
+inherit gpe pkgconfig
SRC_URI += " file://sbin-and-no-suid-install.patch \
file://gpe-package"
SRC_URI[md5sum] = "f131eed187483620916b7e624b9e3367"
SRC_URI[sha256sum] = "a1fbdb1e8357b0b2362df9ee457c90dcaafbe7a11723117cb0cbee1ea0f6315c"
-inherit gpe pkgconfig
-
CFLAGS += "-DENABLE_PCRE"
LDFLAGS += "-lpcre"