[oe-commits] org.oe.dev directfb : Remove patch that changes include file path. For bug #3415.

crofton commit openembedded-commits at lists.openembedded.org
Sat Dec 8 20:49:41 UTC 2007


directfb : Remove patch that changes include file path. For bug #3415.
           This will break directfb-examples, this package needs fixing.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 754f491e90085be59caba57db33c41de63535015
ViewMTN: http://monotone.openembedded.org/revision/info/754f491e90085be59caba57db33c41de63535015
Files:
1
packages/directfb/files/fix-configure-include-path.patch
packages/directfb/directfb_1.1.0.bb
Diffs:

#
# mt diff -rd3ec22c2f56bfe13ae582b6c4495224757d4a0c7 -r754f491e90085be59caba57db33c41de63535015
#
# 
# 
# delete "packages/directfb/files/fix-configure-include-path.patch"
# 
# patch "packages/directfb/directfb_1.1.0.bb"
#  from [b13ed5a2cee07ae6410cd0eddde2ccbd14dd6b79]
#    to [25f7e8fa7c45ad4eea75025c5729c6e356a1be37]
# 
============================================================
--- packages/directfb/directfb_1.1.0.bb	b13ed5a2cee07ae6410cd0eddde2ccbd14dd6b79
+++ packages/directfb/directfb_1.1.0.bb	25f7e8fa7c45ad4eea75025c5729c6e356a1be37
@@ -12,7 +12,6 @@ SRC_URI = " \
 
 SRC_URI = " \
     http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \
-    file://fix-configure-include-path.patch;patch=1 \
     file://fix-pkgconfig-cflags.patch;patch=1 \
     file://fix-font-missing-char.patch;patch=1 \
     file://getpagesize.patch;patch=1 \
@@ -37,8 +36,6 @@ do_stage() {
 
 do_stage() {
         autotools_stage_all
-        # fix breakage introduced with the fix-includes patch, it seems that directfb examples is the only app that looks in the wrong location :/
-        ln -sf ${STAGING_LIBDIR} ${STAGING_LIBDIR}/directfb
 }
 
 do_install() {






More information about the Openembedded-commits mailing list