add common-x11 script 53/31653/1 accepted/tizen/mobile/20141208.123258 submit/tizen_mobile/20141208.122624
authorJinkun <jinkun.jang@samsung.com>
Mon, 8 Dec 2014 12:24:28 +0000 (04:24 -0800)
committerJinkun <jinkun.jang@samsung.com>
Mon, 8 Dec 2014 12:24:28 +0000 (04:24 -0800)
Change-Id: I8884461295d10c0ca283e73a1e2f925b212149ea

mobile.yaml
scripts/common-x11.post [new file with mode: 0644]

index a0a4b3e..9400cae 100644 (file)
@@ -64,6 +64,7 @@ X11:
         - Common Qt5
     PostScripts:
         - generic-x11
+        - common-x11
         - generic-middleware
         - common-middleware
         - generic-applications
diff --git a/scripts/common-x11.post b/scripts/common-x11.post
new file mode 100644 (file)
index 0000000..e26eae0
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+echo "#################### common-x11.post ##################"
+
+# tag the background image with the current snapshot id
+arch=$(rpm -qa | grep kernel-common | awk -F- '{printf("%s %s",$3,$4);}')
+/usr/bin/mark_image.py /usr/share/backgrounds/tizen/current "Tizen Common: @BUILD_ID@ $arch" ffffff 50 90 95 95
+