diff options
Diffstat (limited to 'packages/freesmartphone/zhone_git.bb')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 513b06f35a..c9411a58c3 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -4,7 +4,7 @@ SECTION = "x11" DEPENDS = "edje-native" RDEPENDS = "task-python-efl python-textutils python-dbus" PV = "0.0.0+gitr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" @@ -19,5 +19,5 @@ do_install_append() { FILES_${PN} += "${datadir} ${sysconfdir}" -PACKAGE_ARCH = "${MACHINE_ARCH}" +PACKAGE_ARCH = "all" |