- patch prelink , blacklist in prelink.conf of tizen is incompatible with yocto preli...
authorRonan Le Martret <ronan@fridu.net>
Wed, 5 Jun 2013 10:30:46 +0000 (12:30 +0200)
committerRonan Le Martret <ronan@fridu.net>
Wed, 5 Jun 2013 10:30:46 +0000 (12:30 +0200)
meta-tizen-ivi/recipes-packagegroups/packagegroups/packagegroup-tizen-commonwayland-core.bb
meta-tizen-ivi/recipes-tizen/prelink/prelink-extraconf.inc
meta-tizen-ivi/recipes-tizen/prelink/prelink/prelink.conf.patch [new file with mode: 0644]

index b92514f..da028fb 100644 (file)
@@ -214,7 +214,7 @@ RDEPENDS_${PN} += "readline"
 RDEPENDS_${PN} += "rfkill"
 
 RDEPENDS_${PN} += "smack"
-#RDEPENDS_${PN} += "smack-utils"
+RDEPENDS_${PN} += "smack-utils"
 
 
 RDEPENDS_${PN} += "sysvinit"
index 43a8128..d660877 100644 (file)
@@ -1,11 +1,22 @@
-PV = "20100106"
-PR = "r0"
 
 TARGET_OS_ORIG := "${TARGET_OS}"
 OVERRIDES_append = ":${TARGET_OS_ORIG}"
 
 EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
 
+
+SRC_URI += "file://prelink.conf.patch \
+            "
+
+do_patch_append () {
+ echo RLM begining of do_patch
+ cat ${WORKDIR}/prelink.conf.patch  | patch -s -p1 --fuzz=2
+ echo RLM end of do_patch
+}
+
+
+
 do_configure_prepend () {
         # Disable documentation!
         echo "all:" > ${S}/doc/Makefile.am
diff --git a/meta-tizen-ivi/recipes-tizen/prelink/prelink/prelink.conf.patch b/meta-tizen-ivi/recipes-tizen/prelink/prelink/prelink.conf.patch
new file mode 100644 (file)
index 0000000..3a81171
--- /dev/null
@@ -0,0 +1,16 @@
+diff --git a/packaging/prelink.conf b/packaging/prelink.conf
+index 8959bf0..5d63e3c 100644
+--- a/packaging/prelink.conf
++++ b/packaging/prelink.conf
+@@ -15,8 +15,9 @@
+ -b *.xslt
+ -b *.a
+ -b *.js
+--b /lib/modules
+--b /usr/lib/locale
++#do not work for yocto
++#-b /lib/modules
++#-b /usr/lib/locale
+ -l /usr/local/sbin
+ -l /sbin
+ -l /usr/sbin