[oe-commits] org.oe.dev libg15: add configure option --with-gnu-ld .

ccsmart commit openembedded-commits at lists.openembedded.org
Thu Jan 18 21:12:40 UTC 2007


libg15: add configure option --with-gnu-ld .

Author: ccsmart at openembedded.org
Branch: org.openembedded.dev
Revision: fd8255a279f30a934ea7ac21d8948e3f48fd475f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd8255a279f30a934ea7ac21d8948e3f48fd475f
Files:
1
packages/libg15/libg15_1.2.1.bb
Diffs:

#
# mt diff -r56dc0120333a44c5678c1815bdbff0942d6c2e34 -rfd8255a279f30a934ea7ac21d8948e3f48fd475f
#
# 
# 
# patch "packages/libg15/libg15_1.2.1.bb"
#  from [1896d003d9e2103f23c425e5ba2d90cd8f4b6a0e]
#    to [868c7b78a42fee4c1086efee8ca3ad3162dec604]
# 
============================================================
--- packages/libg15/libg15_1.2.1.bb	1896d003d9e2103f23c425e5ba2d90cd8f4b6a0e
+++ packages/libg15/libg15_1.2.1.bb	868c7b78a42fee4c1086efee8ca3ad3162dec604
@@ -1,15 +1,17 @@ DEPENDS = "libusb"
 DESCRIPTION = "This is a library to handle the LCD and extra keys on the Logitech G15 Gaming Keyboard."
 HOMEPAGE = "http://g15tools.sourceforge.net"
 LICENSE = "GPLv2"
 SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libusb"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/g15tools/libg15-${PV}.tar.bz2"
 
 inherit autotools
 
+EXTRA_OECONF = "--with-gnu-ld"
+
 do_stage () {
         oe_libinstall -a -so libg15 ${STAGING_LIBDIR}
         for i in libg15.h; do






More information about the Openembedded-commits mailing list