Fix new packages
authorRonan Le Martret <ronan@fridu.net>
Wed, 25 Jun 2014 15:02:48 +0000 (17:02 +0200)
committerRonan Le Martret <ronan@fridu.net>
Wed, 25 Jun 2014 15:02:48 +0000 (17:02 +0200)
Change-Id: I37d762ace2ca292c17074a1fb52f03e096fcfb97

conf/layer.conf
recipes-connectivity/bluez5/bluez5_5.19.bbappend [new file with mode: 0644]
recipes-image/images/tizen-common-core-image-crosswalk-dev.bb
recipes-image/images/tizen-common-core-image-minimal-dev.bb
recipes-tizen/chromium/chromium-extraconf.inc
recipes-tizen/com-core/com-core-extraconf.inc
recipes-tizen/libnet-client/libnet-client-extraconf.inc
recipes-tizen/libtapi/libtapi-extraconf.inc
recipes-tizen/libwifi-direct/libwifi-direct-extraconf.inc
recipes-tizen/notification/notification-extraconf.inc
recipes-tizen/syspopup/syspopup-extraconf.inc

index 08d488d..6bf2e8b 100644 (file)
@@ -40,3 +40,5 @@ DISTRO_FEATURES_append = " pam "
 DISTRO_FEATURES_append = " ld-is-gold "
 
 PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
+
+LICENSE_FLAGS_WHITELIST += "commercial"
\ No newline at end of file
diff --git a/recipes-connectivity/bluez5/bluez5_5.19.bbappend b/recipes-connectivity/bluez5/bluez5_5.19.bbappend
new file mode 100644 (file)
index 0000000..3e34b84
--- /dev/null
@@ -0,0 +1,3 @@
+do_install_append() {
+ rm -fr ${D}/usr/lib/udev/hid2hci
+}
\ No newline at end of file
index 3e7839d..537145d 100644 (file)
@@ -13,4 +13,5 @@ IMAGE_INSTALL += "screen"
 IMAGE_INSTALL += "ldd"
 IMAGE_INSTALL += "libcap"
 IMAGE_INSTALL += "sudo"
-IMAGE_INSTALL += "connman-client"
\ No newline at end of file
+IMAGE_INSTALL += "connman-client"
+IMAGE_INSTALL += "package-management"
\ No newline at end of file
index b41821b..398cba2 100644 (file)
@@ -13,4 +13,5 @@ IMAGE_INSTALL += "screen"
 IMAGE_INSTALL += "ldd"
 IMAGE_INSTALL += "libcap"
 IMAGE_INSTALL += "sudo"
-IMAGE_INSTALL += "connman-client"
\ No newline at end of file
+IMAGE_INSTALL += "connman-client"
+IMAGE_INSTALL += "package-management"
\ No newline at end of file
index e69de29..3a29fad 100644 (file)
@@ -0,0 +1,28 @@
+do_install() {
+ echo export RPM_BUILD_ROOT=${D}
+ cd ${S}
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf ${D}
+ mkdir -p ${D}
+
+
+   oe_runmake \
+         DESTDIR=${D} \
+         INSTALL_ROOT=${D} \
+         BINDIR=${prefix}/bin \
+   install
+   rm -f ${D}${infodir}/dir
+   find ${D} -regex ".*\.la$" | xargs rm -f --
+   find ${D} -regex ".*\.a$" | xargs rm -f --
+
+ #License
+ mkdir -p ${D}${prefix}/share/license
+ cp LICENSE.Flora ${D}${prefix}/share/license/libnet-client
+
+
+}
+
+
+INSANE_SKIP_${PN} = "dev-so"
\ No newline at end of file
index 7991814..99fd644 100644 (file)
@@ -1,2 +1 @@
-FILES_${PN}3 = "${libtapi3_files}"
-FILES_${PN}3-dev = "${libtapi3-dev_files}"
\ No newline at end of file
+INSANE_SKIP_${PN}3 = "dev-so"
index e69de29..6c9ceb4 100644 (file)
@@ -0,0 +1,3 @@
+do_install_append() {
+ rm -fr ${D}/usr/share/syspopup
+}
\ No newline at end of file