Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] gpe-package_0.4.bb: fix build problems introduced in previous commit.
@ 2010-09-02  0:16 Graham Gower
  0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-09-02  0:16 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 recipes/gpe-package/gpe-package_0.4.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/gpe-package/gpe-package_0.4.bb b/recipes/gpe-package/gpe-package_0.4.bb
index 884143d..1188843 100644
--- a/recipes/gpe-package/gpe-package_0.4.bb
+++ b/recipes/gpe-package/gpe-package_0.4.bb
@@ -3,18 +3,17 @@ SECTION = "gpe"
 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"
 
-- 
1.7.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-02  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02  0:16 [PATCH] gpe-package_0.4.bb: fix build problems introduced in previous commit Graham Gower

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox