[oe-commits] org.oe.dev hiker: Add 0.9.1... we silently ignore demos installed to wron directories.

florian commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:53:10 UTC 2007


hiker: Add 0.9.1... we silently ignore demos installed to wron directories.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: d7fd55c2b036fe77aaf2964c99702f65a6833031
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d7fd55c2b036fe77aaf2964c99702f65a6833031
Files:
1
packages/alp/hiker_0.9.1.bb
Diffs:

#
# mt diff -r2b5f6388a5db9e03ec28f3b219fbc0993109e85c -rd7fd55c2b036fe77aaf2964c99702f65a6833031
#
# 
# 
# add_file "packages/alp/hiker_0.9.1.bb"
#  content [ed64118b0e23a8e80aa6485489bfbfa90d146d77]
# 
============================================================
--- packages/alp/hiker_0.9.1.bb	ed64118b0e23a8e80aa6485489bfbfa90d146d77
+++ packages/alp/hiker_0.9.1.bb	ed64118b0e23a8e80aa6485489bfbfa90d146d77
@@ -0,0 +1,24 @@
+DESCRIPTION = "Hiker Application Frameworkâ„¢"
+LICENSE = "MPL"
+
+DEPENDS = "gtk+ sqlite3 gnet dbus-glib openssl"
+
+SRC_URI = "http://www.access-company.com/downloads/${P}.tar.gz"
+
+inherit autotools pkgconfig lib_package
+
+export CFLAGS += "-DALP_BUILD=ALP_BUILD_DEBUG"
+export CXXFLAGS += "-DALP_BUILD=ALP_BUILD_DEBUG"
+
+do_configure_prepend() {
+	sed -i s:unittest::g utils/Makefile.am
+}
+
+PACKAGES =+ "libhiker libsqlfs"
+FILES_libhiker += "${libdir}/libhiker*.so.*"
+FILES_libsqlfs += "${libdir}/libsql*.so.*"
+
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list