[oe-commits] org.oe.dev merge of '3fbb4f20eaa43ac0231abc4fca35b72b8315a041'

xora commit openembedded-commits at lists.openembedded.org
Wed Oct 3 15:04:39 UTC 2007


merge of '3fbb4f20eaa43ac0231abc4fca35b72b8315a041'
     and '63ff287b2ffbc385772337cafb93d55ebffd3192'

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 2855ed6eec46e3607dc9df0ec021e5f07ef6c7e5
ViewMTN: http://monotone.openembedded.org/revision/info/2855ed6eec46e3607dc9df0ec021e5f07ef6c7e5
Files:
1
argtable
argtable/argtable_2.7.bb
MAINTAINERS
packages/linux/linux-openmoko_2.6.22.5.bb
Diffs:

#
# mt diff -r3fbb4f20eaa43ac0231abc4fca35b72b8315a041 -r2855ed6eec46e3607dc9df0ec021e5f07ef6c7e5
#
# 
# 
# add_dir "argtable"
# 
# add_file "argtable/argtable_2.7.bb"
#  content [cf967045cd0c012adf5d5ffb3ddfd4710261863e]
# 
# patch "MAINTAINERS"
#  from [2a084f5f3bee231871caabc70d598fdcd33c6214]
#    to [5080a341dfa97a07da2e61219e5e82138c3c6cfb]
# 
============================================================
--- argtable/argtable_2.7.bb	cf967045cd0c012adf5d5ffb3ddfd4710261863e
+++ argtable/argtable_2.7.bb	cf967045cd0c012adf5d5ffb3ddfd4710261863e
@@ -0,0 +1,21 @@
+DESCRIPTION = "Argtable is an ANSI C library for parsing GNU style command line options."
+SECTION = "libs"
+LICENSE = "LGPL"
+HOMEPAGE = "http://argtable.sourceforge.net/"
+
+PR = "r0"
+
+DEPENDS = "libtool-cross"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/argtable/argtable2-6.tar.gz"
+
+S = ${WORKDIR}/argtable2-6
+
+inherit autotools
+
+do_stage () {
+	oe_libinstall -a -so libargtable2 ${STAGING_LIBDIR}
+	install -m 0644 src/argtable2.h ${STAGING_INCDIR}
+}
+
+
============================================================
--- MAINTAINERS	2a084f5f3bee231871caabc70d598fdcd33c6214
+++ MAINTAINERS	5080a341dfa97a07da2e61219e5e82138c3c6cfb
@@ -39,7 +39,7 @@ Machines:   compulab-pxa270, logicpd-pxa
 Website:    http://bec-systems.com
 Interests:  Support in OE for single board computers, web application support
 Machines:   compulab-pxa270, logicpd-pxa270, 
-Recipes:    mono
+Recipes:    mono argtable
 
 Person:     Erik Hovland
 Mail:       erik at hovland.org


#
# mt diff -r63ff287b2ffbc385772337cafb93d55ebffd3192 -r2855ed6eec46e3607dc9df0ec021e5f07ef6c7e5
#
# 
# 
# patch "packages/linux/linux-openmoko_2.6.22.5.bb"
#  from [f3b1d99f1b43cbae85ff7d9ceb04575f5f70393c]
#    to [74cf9545f327bec956585be1f56bb8cf83366097]
# 
============================================================
--- packages/linux/linux-openmoko_2.6.22.5.bb	f3b1d99f1b43cbae85ff7d9ceb04575f5f70393c
+++ packages/linux/linux-openmoko_2.6.22.5.bb	74cf9545f327bec956585be1f56bb8cf83366097
@@ -8,4 +8,4 @@ PV = "${VANILLA_VERSION}-${MOKOR}"
 VANILLA_VERSION = "2.6.22.5"
 MOKOR = "moko11+svnr${SRCREV}"
 PV = "${VANILLA_VERSION}-${MOKOR}"
+PR = "r3"
-PR = "r2"






More information about the Openembedded-commits mailing list