[oe-commits] org.oe.dev directfb: fix #2833

koen commit openembedded-commits at lists.openembedded.org
Fri Dec 7 16:15:21 UTC 2007


directfb: fix #2833

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0e4a2bbb7147a46977d9c8085b4fd469d11ab2a2
ViewMTN: http://monotone.openembedded.org/revision/info/0e4a2bbb7147a46977d9c8085b4fd469d11ab2a2
Files:
1
packages/directfb/directfb_1.1.0.bb
Diffs:

#
# mt diff -r6ea1157275b017825b4e3e6a8e120f589bb18d7a -r0e4a2bbb7147a46977d9c8085b4fd469d11ab2a2
#
# 
# 
# patch "packages/directfb/directfb_1.1.0.bb"
#  from [1af7bf22ffbfcbc869a08e6664c2dde2ff16c7d2]
#    to [b13ed5a2cee07ae6410cd0eddde2ccbd14dd6b79]
# 
============================================================
--- packages/directfb/directfb_1.1.0.bb	1af7bf22ffbfcbc869a08e6664c2dde2ff16c7d2
+++ packages/directfb/directfb_1.1.0.bb	b13ed5a2cee07ae6410cd0eddde2ccbd14dd6b79
@@ -7,7 +7,7 @@ DEPENDS = "jpeg libpng freetype zlib tsl
 LICENSE = "LGPL"
 HOMEPAGE = "http://directfb.org"
 DEPENDS = "jpeg libpng freetype zlib tslib"
-PR = "r1"
+PR = "r2"
 RV = "1.1-0"
 
 SRC_URI = " \
@@ -37,6 +37,8 @@ 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