diff options
-rw-r--r-- | packages/freesmartphone/fso-abyss_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb index e8e9489a15..bec64bb639 100644 --- a/packages/freesmartphone/fso-abyss_git.bb +++ b/packages/freesmartphone/fso-abyss_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib libgsm0710mux" LICENSE = "GPL" PV = "0.3.1+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "\ ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \ @@ -13,3 +13,5 @@ SRC_URI = "\ S = "${WORKDIR}/git" inherit autotools + +FILES_${PN} += "${datadir}" |