[oe-commits] org.oe.dev gpe-ownerinfo: Add patch to fix compile issue contributed by Cyril Romain

florian commit openembedded-commits at lists.openembedded.org
Thu Mar 8 23:23:38 UTC 2007


gpe-ownerinfo: Add patch to fix compile issue contributed by Cyril Romain

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: fb386b14fd62e2255bdaaa1edca0a4ad6adf82c9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fb386b14fd62e2255bdaaa1edca0a4ad6adf82c9
Files:
1
packages/gpe-ownerinfo/gpe-ownerinfo/compile.patch
packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb
Diffs:

#
# mt diff -rf452cb1c5095e423f7603c4bce5c63518541aeb0 -rfb386b14fd62e2255bdaaa1edca0a4ad6adf82c9
#
# 
# 
# add_file "packages/gpe-ownerinfo/gpe-ownerinfo/compile.patch"
#  content [615f71c24401de9f740c3380bcd63cbb75b6aa82]
# 
# patch "packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb"
#  from [16e75857e9514efffe136b5680234114a0e781c1]
#    to [3cda44e30cde739aa320a9386f9ab46f4f2ea08a]
# 
============================================================
--- packages/gpe-ownerinfo/gpe-ownerinfo/compile.patch	615f71c24401de9f740c3380bcd63cbb75b6aa82
+++ packages/gpe-ownerinfo/gpe-ownerinfo/compile.patch	615f71c24401de9f740c3380bcd63cbb75b6aa82
@@ -0,0 +1,13 @@
+Index: gpe-ownerinfo-0.28/Makefile
+===================================================================
+--- gpe-ownerinfo-0.28.orig/Makefile
++++ gpe-ownerinfo-0.28/Makefile
+@@ -40,7 +40,7 @@ all: $(PACKAGE) all-mo
+ 
+ $(LIB_TARGET): $(LIB_OBJS)
+ 	rm -f $@
+-	ar cq $@ $^
++	$(AR) cq $@ $^
+ 
+ $(PACKAGE): $(OBJS) $(LIB_TARGET)
+ 	$(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) -L. -lgpe-ownerinfo
============================================================
--- packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb	16e75857e9514efffe136b5680234114a0e781c1
+++ packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb	3cda44e30cde739aa320a9386f9ab46f4f2ea08a
@@ -5,8 +5,10 @@ LICENSE = "GPL"
 PRIORITY = "optional"
 DEPENDS = "gtk+ libgpewidget"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
+SRC_URI += "file://compile.patch;patch=1"
+
 do_stage () {
 	oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
 	install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/






More information about the Openembedded-commits mailing list